1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-24 01:14:51 +08:00

Make HasFailed's set private.

This commit is contained in:
Dean Herbert
2017-01-24 19:04:42 +09:00
Unverified
parent 4efedd942d
commit 629605c6b4
+1 -1
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.