Пример #1
0
 public void IncScore(int inc, bool playSound)
 {
     score += inc;
     if (playSound)
     {
         audioPlayer.IncScore();
     }
 }