mirror of https://github.com/ppy/osu
Add accessibility modifiers
This commit is contained in:
parent
f4bc9f087e
commit
54798b134e
|
@ -55,9 +55,9 @@ public class PlayerLoader : ScreenWithBeatmapBackground
|
|||
|
||||
protected override bool PlayResumeSound => false;
|
||||
|
||||
protected Task LoadTask;
|
||||
protected Task LoadTask { get; private set; }
|
||||
|
||||
protected Task DisposalTask;
|
||||
protected Task DisposalTask { get; private set; }
|
||||
|
||||
private InputManager inputManager;
|
||||
private IdleTracker idleTracker;
|
||||
|
|
Loading…
Reference in New Issue