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

GetCaseShip() 공개 메소드

public GetCaseShip ( ) : BattleShip.casePlatform[]
리턴 BattleShip.casePlatform[]
        public casePlatform[] GetCaseShip()
        {
            return this.shipSize.ToArray();
        }
    }