mirror of
https://github.com/ppy/osu.git
synced 2025-02-23 04:33:16 +08:00
Use get/set for ModTriggeringFailure
Co-authored-by: Dan Balasescu <smoogipoo@smgi.me>
This commit is contained in:
parent
54c12c281b
commit
950b001533
@ -41,7 +41,7 @@ namespace osu.Game.Rulesets.Scoring
|
||||
/// <remarks>
|
||||
/// Used in <see cref="Player"/> to determine whether to perform a restart on failure, if the triggering mod is configured as such.
|
||||
/// </remarks>
|
||||
public Mod? ModTriggeringFailure;
|
||||
public Mod? ModTriggeringFailure { get; private set; }
|
||||
|
||||
/// <summary>
|
||||
/// Immediately triggers a failure for this HealthProcessor.
|
||||
|
Loading…
Reference in New Issue
Block a user