예제 #1
0
 private void HandleScored()
 {
     setScore(Score + 1);
     CommunicationBus.PlayerScored(1);
 }
예제 #2
0
 private void HandleScored(int score)
 {
     LandedAudio.Play();
     setScore(Score + score);
     CommunicationBus.PlayerScored(score);
 }