mirror of
https://github.com/ppy/osu
synced 2024-12-14 10:57:41 +00: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