mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 17:52:56 +08:00
expose break time bindable
This commit is contained in:
parent
bd44340423
commit
7bbdd6ab25
@ -89,6 +89,8 @@ namespace osu.Game.Screens.Play
|
||||
|
||||
public BreakOverlay BreakOverlay;
|
||||
|
||||
public IBindable<bool> IsBreakTime => breakTracker?.IsBreakTime;
|
||||
|
||||
private BreakTracker breakTracker;
|
||||
|
||||
private SkipOverlay skipOverlay;
|
||||
|
Loading…
Reference in New Issue
Block a user