mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 21:47:25 +08:00
Expose as IBindable<bool>
This commit is contained in:
parent
7b82d184bd
commit
0ea0a10ca4
@ -41,6 +41,9 @@ namespace osu.Game.Screens.Play
|
||||
/// Whether we are currently in the break time range.
|
||||
/// </summary>
|
||||
public readonly BindableBool IsBreakTime = new BindableBool();
|
||||
public IBindable<bool> IsBreakTime => isBreakTime;
|
||||
|
||||
private readonly BindableBool isBreakTime = new BindableBool();
|
||||
|
||||
private readonly Container remainingTimeAdjustmentBox;
|
||||
private readonly Container remainingTimeBox;
|
||||
|
Loading…
Reference in New Issue
Block a user