BattleShip.Ship.Ship C# (CSharp) Méthode

Ship() public méthode

public Ship ( int boat, int size ) : System
boat int
size int
Résultat 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