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