BattleInfoPlugin.Models.ShipData.ShipData C# (CSharp) Method

ShipData() public method

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