mirror of
https://github.com/osukey/osukey.git
synced 2025-08-06 16:13:57 +09:00
Add xmldoc
This commit is contained in:
@ -312,6 +312,10 @@ namespace osu.Game.Screens.Play
|
|||||||
this.Exit();
|
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()
|
public void Restart()
|
||||||
{
|
{
|
||||||
sampleRestart?.Play();
|
sampleRestart?.Play();
|
||||||
|
Reference in New Issue
Block a user