mirror of
https://github.com/ppy/osu.git
synced 2025-02-13 15:03:13 +08:00
Add missing xmldoc returns
This commit is contained in:
parent
73b8146729
commit
32eda99c3a
@ -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>
|
||||
/// </summary>
|
||||
/// <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)
|
||||
{
|
||||
if (!Configuration.AllowRestart)
|
||||
|
Loading…
Reference in New Issue
Block a user