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