Add accessibility modifiers

This commit is contained in:
Dan Balasescu 2019-12-08 03:16:41 +09:00 committed by GitHub
parent f4bc9f087e
commit 54798b134e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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;