Пример #1
0
 public void AddScore(int value)
 {
     Score += value;
     UImanager.ChangeScoreText(Score.ToString());
 }