Example #1
0
        public ShipModel_Eater __CreateEater__()
        {
            ShipModel_Eater shipModel_Eater = new ShipModel_Eater(this._mst_data, this._base_data, this.HpEnd, this.SlotitemListEnd, this.SlotitemExEnd);

            this._record.Add(shipModel_Eater);
            return(shipModel_Eater);
        }
Example #2
0
        public ShipModel_Eater __CreateEater__()
        {
            ShipModel_Eater shipModel_Eater = new ShipModel_Eater(_mst_data, _base_data, HpEnd, SlotitemListEnd, SlotitemExEnd);

            _record.Add(shipModel_Eater);
            return(shipModel_Eater);
        }