Ejemplo n.º 1
0
 private void UpdateHighScoreDisplay()
 {
     _highScoreDisplay.text = string.Format("Hi-Score: {0}", HighScore.GetHighScore());
 }