mirror of
https://github.com/ppy/osu.git
synced 2025-02-16 08:02:54 +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;
|
||||
|
||||
/// <summary>
|
||||
/// Whether we are currently in the break time range.
|
||||
/// Whether the gameplay is currently in a break.
|
||||
/// </summary>
|
||||
public readonly BindableBool IsBreakTime = new BindableBool();
|
||||
public IBindable<bool> IsBreakTime => isBreakTime;
|
||||
|
||||
private readonly BindableBool isBreakTime = new BindableBool();
|
||||
|
Loading…
Reference in New Issue
Block a user