mirror of
https://github.com/ppy/osu.git
synced 2025-03-14 03:07:28 +08:00
Fix CI
This commit is contained in:
parent
560a0174df
commit
2babb7ecb0
@ -24,6 +24,7 @@ namespace osu.Game.Rulesets.Mods
|
|||||||
|
|
||||||
[SettingSource("Restart on fail", "Automatically restarts when failed.")]
|
[SettingSource("Restart on fail", "Automatically restarts when failed.")]
|
||||||
public BindableBool Restart { get; } = new BindableBool();
|
public BindableBool Restart { get; } = new BindableBool();
|
||||||
|
|
||||||
public bool PerformFail() => true;
|
public bool PerformFail() => true;
|
||||||
|
|
||||||
public bool RestartOnFail => Restart.Value;
|
public bool RestartOnFail => Restart.Value;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user