Beispiel #1
0
 public static void EndGame()
 {
     CurrentGame.EndGame();
     RecordedGames.Add(CurrentGame);
     CurrentGame = new Game();
 }