mirror of
https://github.com/ppy/osu.git
synced 2026-05-18 12:00:22 +08:00
Make HasFailed private set
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user