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