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