mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 14:17:26 +08:00
Revert access modifier
This commit is contained in:
parent
f2a48a339e
commit
65a2fc3bfc
@ -95,7 +95,7 @@ namespace osu.Game.Screens.Play
|
||||
|
||||
public bool LoadedBeatmapSuccessfully => DrawableRuleset?.Objects.Any() == true;
|
||||
|
||||
public GameplayClockContainer GameplayClockContainer { get; private set; }
|
||||
protected GameplayClockContainer GameplayClockContainer { get; private set; }
|
||||
|
||||
public DimmableStoryboard DimmableStoryboard { get; private set; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user