BattleShip.Ship.Ship C# (CSharp) Method

Ship() public method

public Ship ( int boat, int size ) : System
boat int
size int
return System
        public Ship(int boat, int size) : this(boat, size, new Point(0,0))
        {

        }

Same methods

Ship::Ship ( int boat, int size, Point Location ) : System