mirror of
https://github.com/ppy/osu
synced 2025-02-07 22:01:59 +00:00
Add accessibility modifiers
This commit is contained in:
parent
f4bc9f087e
commit
54798b134e
@ -55,9 +55,9 @@ namespace osu.Game.Screens.Play
|
||||
|
||||
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
Block a user