BattleShip.Ship.Ship C# (CSharp) 메소드

Ship() 공개 메소드

public Ship ( int boat, int size ) : System
boat int
size int
리턴 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