Example #1
0
 public void SetHighScore(int score)
 {
     highScoreViewer.SetScore(score);
 }
Example #2
0
 public void SetScore(int score)
 {
     scoreViewer.SetScore(score);
 }