private void OnPointGain(BaseCollidableObject m, ScoreEventArgs e) { player.AddScore(e.Points); }
private void OnLivesChange(BaseCollidableObject m, ScoreEventArgs e) { player.AddLife(); }