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