mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 14:17:06 +09:00
Combine RestartOnFail into FailOverride
This commit is contained in:
@ -12,5 +12,10 @@ namespace osu.Game.Rulesets.Mods
|
||||
/// Whether we should allow failing at the current point in time.
|
||||
/// </summary>
|
||||
bool AllowFail { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Whether we want to restart on fail. Only used if AllowFail is true.
|
||||
/// </summary>
|
||||
bool RestartOnFail { get; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user