예제 #1
0
 private async Task RestartGameAsync()
 {
     _game.RestartGame();
     await Task.Delay(1);
 }