1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-13 16:32:54 +08:00

Make HasFailed private set

This commit is contained in:
smoogipoo 2019-08-09 13:42:02 +09:00
parent 88fa06efba
commit 33f4b628a5

View File

@ -95,7 +95,7 @@ namespace osu.Game.Rulesets.Scoring
/// <summary>
/// Whether this ScoreProcessor has already triggered the failed state.
/// </summary>
public virtual bool HasFailed { get; protected set; }
public virtual bool HasFailed { get; private set; }
/// <summary>
/// The default conditions for failing.