public override void Accept(CollisionVisitor other)
 {
     // Important: at this point we have an Bomb
     // Call the appropriate collision reaction
     other.VisitShip(this);
 }