示例#1
0
 public override string CollideWith(SpaceShip ship)
 {
     return($"ExplodingAsteroid hit a {ship.GetShipType()}");
 }