mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 13:32:54 +08:00
Make HasFailed private set
This commit is contained in:
parent
88fa06efba
commit
33f4b628a5
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user