private void ScoreHasBeenGained(ScoreItemEvent e)
 {
     if (IsPlaying)
     {
         IncrementScore(e.eScore);
     }
 }
Beispiel #2
0
 private void ScoreHasBeenGained(ScoreItemEvent e)
 {
     IncrementScore(e.eScore.Score);
 }