Add xmldoc

This commit is contained in:
Dean Herbert 2019-11-01 15:51:45 +09:00
parent 14453da1d2
commit daa0ebe2b5

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();