Beispiel #1
0
 public void ShowHighScore()
 {
     highScoreText.text = SaveGameManager.loadHighScore().ToString();
 }