コード例 #1
0
 public void GetHighScore(string name, int score)
 {
     scoreView.GetHighScoreText(name, score);
 }