mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 22:27:25 +08:00
Better xmldoc
This commit is contained in:
parent
69d2f57f4f
commit
9bd66b6e7a
@ -37,9 +37,8 @@ namespace osu.Game.Screens.Play
|
|||||||
public override bool RemoveCompletedTransforms => false;
|
public override bool RemoveCompletedTransforms => false;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Whether we are currently in the break time range.
|
/// Whether the gameplay is currently in a break.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public readonly BindableBool IsBreakTime = new BindableBool();
|
|
||||||
public IBindable<bool> IsBreakTime => isBreakTime;
|
public IBindable<bool> IsBreakTime => isBreakTime;
|
||||||
|
|
||||||
private readonly BindableBool isBreakTime = new BindableBool();
|
private readonly BindableBool isBreakTime = new BindableBool();
|
||||||
|
Loading…
Reference in New Issue
Block a user