From 32eda99c3a985fb88ba59cbffe0627eaab724b7c Mon Sep 17 00:00:00 2001 From: Dean Herbert Date: Thu, 12 Oct 2023 19:06:19 +0900 Subject: [PATCH] Add missing xmldoc returns --- osu.Game/Screens/Play/Player.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/osu.Game/Screens/Play/Player.cs b/osu.Game/Screens/Play/Player.cs index ad796744fc..54693a95cc 100644 --- a/osu.Game/Screens/Play/Player.cs +++ b/osu.Game/Screens/Play/Player.cs @@ -671,6 +671,7 @@ namespace osu.Game.Screens.Play /// This can be called from a child screen in order to trigger the restart process. /// /// Whether a quick restart was requested (skipping intro etc.). + /// Whether this call resulted in a restart. public bool Restart(bool quickRestart = false) { if (!Configuration.AllowRestart)