public override void CollideWith(SpaceShip s) { s.CollideWith(this); }
public virtual void CollideWith(SpaceShip s) { s.CollideWith(this); }