1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 04:47:24 +08:00
This commit is contained in:
PercyDan54 2020-12-18 18:33:38 +08:00
parent 560a0174df
commit 2babb7ecb0
No known key found for this signature in database
GPG Key ID: 6AEA7C525131BAF3

View File

@ -24,6 +24,7 @@ namespace osu.Game.Rulesets.Mods
[SettingSource("Restart on fail", "Automatically restarts when failed.")]
public BindableBool Restart { get; } = new BindableBool();
public bool PerformFail() => true;
public bool RestartOnFail => Restart.Value;