mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 22:22:55 +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>
|
/// <summary>
|
||||||
/// Whether this ScoreProcessor has already triggered the failed state.
|
/// Whether this ScoreProcessor has already triggered the failed state.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public virtual bool HasFailed { get; protected set; }
|
public virtual bool HasFailed { get; private set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// The default conditions for failing.
|
/// The default conditions for failing.
|
||||||
|
Loading…
Reference in New Issue
Block a user