Beispiel #1
0
 public void AddScore(int num = 1)
 {
     score += num;
     textUpdater.UpdateScore();
 }