Пример #1
0
 public void StopGame()
 {
     highscoreHandler.AddHighscoreIfPossible(new HighscoreElement(playerName, pointHUD.Points));
     pointCounter.StopGame();
 }