コード例 #1
0
 void refreshHighScore()
 {
     highScoreText.text = PlayerDAO.GetHighScoresAsString();
 }