1
0
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:
Dean Herbert 2017-01-24 19:04:42 +09:00
parent 4efedd942d
commit 629605c6b4

View File

@ -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.