mirror of
https://github.com/ppy/osu
synced 2025-02-20 20:47:09 +00:00
Add xmldoc
This commit is contained in:
parent
14453da1d2
commit
daa0ebe2b5
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user