Example #1
0
 public void PlayerScored()
 {
     Score++;
     uiManager.UpdateScore(Score);
     soundsManager.PlayScoredSound();
 }