1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-02 19:00:10 +08:00

Add xmldoc

This commit is contained in:
Dean Herbert
2019-11-01 15:51:45 +09:00
Unverified
parent 14453da1d2
commit daa0ebe2b5
+4
View File
@@ -312,6 +312,10 @@ namespace osu.Game.Screens.Play
this.Exit();
}
/// <summary>
/// Restart gameplay via a parent <see cref="PlayerLoader"/>.
/// <remarks>This can be called from a child screen in order to trigger the restart process.</remarks>
/// </summary>
public void Restart()
{
sampleRestart?.Play();