1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-15 00:02:54 +08:00

Newline required when xmldocs are involved

This commit is contained in:
smoogipoo 2019-09-19 18:00:11 +09:00
parent 65276cd235
commit bc9941a990

View File

@ -15,6 +15,7 @@ namespace osu.Game.Rulesets.Mods
/// We never fail, 'yo.
/// </summary>
public bool AllowFail => false;
public bool RestartOnFail => false;
public void ReadFromConfig(OsuConfigManager config)