Add more xmldocs

This commit is contained in:
Bartłomiej Dach
2020-11-01 15:21:24 +01:00
parent 5903c3be90
commit b7696c85ad
2 changed files with 11 additions and 0 deletions

View File

@ -10,6 +10,9 @@ namespace osu.Game.Rulesets.UI
{
IBindable<bool> IsCatchingUp { get; }
/// <summary>
/// Whether the frame stable clock is waiting on new frames to arrive to be able to progress time.
/// </summary>
IBindable<bool> WaitingOnFrames { get; }
}
}