1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 01:27:29 +08:00

Add reference to xmldoc

Co-Authored-By: Salman Ahmed <slmanarendo1950@gmail.com>
This commit is contained in:
Dean Herbert 2019-09-19 02:03:30 +09:00 committed by GitHub
parent 2fcc8c2d72
commit 2296ea75d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ namespace osu.Game.Rulesets.Mods
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; }
}