BattleInfoPlugin.Models.ShipData.ShipData C# (CSharp) 메소드

ShipData() 공개 메소드

public ShipData ( ) : System
리턴 System
        public ShipData()
        {
            this._Name = "???";
            this._AdditionalName = "";
            this._TypeName = "???";
            this._Situation = ShipSituation.None;
            this._Slots = new ShipSlotData[0];
        }