mirror of
https://github.com/ppy/osu.git
synced 2025-02-15 05:32:56 +08:00
Make HasFailed's set private.
This commit is contained in:
parent
4efedd942d
commit
629605c6b4
@ -35,7 +35,7 @@ namespace osu.Game.Modes
|
||||
/// </summary>
|
||||
protected bool CanFail => true;
|
||||
|
||||
protected bool HasFailed;
|
||||
protected bool HasFailed { get; private set; }
|
||||
|
||||
/// <summary>
|
||||
/// Called when we reach a failing health of zero.
|
||||
|
Loading…
Reference in New Issue
Block a user