Beispiel #1
0
 public void JumperCrashed()
 {
     if (!livesController.RemoveLive())
     {
         GameOver();
     }
 }