public void OnBombExploded(Bomb bomb, List<LivingObject> impacted)
 {
     throw new NotImplementedException();
 }
 public void OnBombDropped(Bomb newBomb)
 {
     throw new NotImplementedException();
 }