Ejemplo n.º 1
0
        /*
         * TellShipCoords - Returns coordinates that a type of ship
         * occupies on the player's board
         */

        public Coordinate[] TellShipCoords(ShipType shipType)
        {
            return(board.GetShipCoords(shipType));
        }