Refactorings

This commit is contained in:
Dan Balasescu
2022-02-08 21:20:33 +09:00
parent c1766d8a41
commit 886d1d2df6
5 changed files with 16 additions and 13 deletions

View File

@ -50,7 +50,7 @@ namespace osu.Game.Screens.Play
public bool HasFailed { get; set; }
/// <summary>
/// Whether the user quit gameplay without either having either passed or failed.
/// Whether the user quit gameplay without having either passed or failed.
/// </summary>
public bool HasQuit { get; set; }