mirror of
https://github.com/ppy/osu.git
synced 2025-03-22 18:07:19 +08:00
Publicly expose HUDOverlay in Player.
This commit is contained in:
parent
aaa0f908d5
commit
aff74db80d
@ -89,7 +89,7 @@ namespace osu.Game.Screens.Play
|
||||
|
||||
protected DrawableRuleset DrawableRuleset { get; private set; }
|
||||
|
||||
protected HUDOverlay HUDOverlay { get; private set; }
|
||||
public HUDOverlay HUDOverlay { get; private set; }
|
||||
|
||||
public bool LoadedBeatmapSuccessfully => DrawableRuleset?.Objects.Any() == true;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user