1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-14 00:53:19 +08:00

Add missing xmldoc returns

This commit is contained in:
Dean Herbert 2023-10-12 19:06:19 +09:00
parent 73b8146729
commit 32eda99c3a
No known key found for this signature in database

View File

@ -671,6 +671,7 @@ namespace osu.Game.Screens.Play
/// <remarks>This can be called from a child screen in order to trigger the restart process.</remarks> /// <remarks>This can be called from a child screen in order to trigger the restart process.</remarks>
/// </summary> /// </summary>
/// <param name="quickRestart">Whether a quick restart was requested (skipping intro etc.).</param> /// <param name="quickRestart">Whether a quick restart was requested (skipping intro etc.).</param>
/// <returns>Whether this call resulted in a restart.</returns>
public bool Restart(bool quickRestart = false) public bool Restart(bool quickRestart = false)
{ {
if (!Configuration.AllowRestart) if (!Configuration.AllowRestart)