Beispiel #1
0
 public void AddToScore(int points)
 {
     _score += points;
     _UI_Manager.DisplayScore(_score);
 }