Example #1
0
 private void OnPointGain(BaseCollidableObject m, ScoreEventArgs e)
 {
     player.AddScore(e.Points);
 }
Example #2
0
 private void OnLivesChange(BaseCollidableObject m, ScoreEventArgs e)
 {
     player.AddLife();
 }