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:
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>
|
/// <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)
|
||||||
|
Loading…
Reference in New Issue
Block a user