예제 #1
0
 public (bool isValid, string Message) PlaceShip(string str, Ship ship)
 {
     return(ShipMap.PlaceShip(str, ship));
 }