public void StopGame() { highscoreHandler.SetHighscoreIfGreater(pointHUD.Points); pointCounter.StopGame(); }
public void StopGame() { highscoreHandler.AddHighscoreIfPossible(new HighscoreElement(playerName, pointHUD.Points)); pointCounter.StopGame(); }