1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 14:07:25 +08:00

Better xmldoc

This commit is contained in:
iiSaLMaN 2019-07-25 11:27:32 +03:00
parent 69d2f57f4f
commit 9bd66b6e7a

View File

@ -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();