mirror of https://github.com/ppy/osu
Add reference to xmldoc
Co-Authored-By: Salman Ahmed <slmanarendo1950@gmail.com>
This commit is contained in:
parent
2fcc8c2d72
commit
2296ea75d7
|
@ -14,7 +14,7 @@ public interface IApplicableFailOverride : IApplicableMod
|
|||
bool AllowFail { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Whether we want to restart on fail. Only used if AllowFail is true.
|
||||
/// Whether we want to restart on fail. Only used if <see cref="AllowFail"/> is true.
|
||||
/// </summary>
|
||||
bool RestartOnFail { get; }
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue