Ejemplo n.º 1
0
 public void StopGame()
 {
     highscoreHandler.SetHighscoreIfGreater(pointHUD.Points);
     pointCounter.StopGame();
 }
Ejemplo n.º 2
0
 public void StopGame()
 {
     highscoreHandler.AddHighscoreIfPossible(new HighscoreElement(playerName, pointHUD.Points));
     pointCounter.StopGame();
 }