コード例 #1
0
 void GameOver(KittySim cat)
 {
     Console.ReadKey();
     Console.Clear();
     cat.age = 0;
     cat.StartGame();
     GUI(cat);
 }