Пример #1
0
 public ShipSlotCard(byte level, ushort slotId, ShipSlotType systemType, string objectPoint, ushort objectPointServerHash)
 {
     Level                 = level;
     SlotId                = slotId;
     SystemType            = systemType;
     ObjectPoint           = objectPoint;
     ObjectPointServerHash = objectPointServerHash;
 }
Пример #2
0
 public ShipImmutableSlot(ushort slotId, ShipSlotType systemType, ushort objectPointServerHash, uint systemKey, uint systemLevel, uint consumableKey)
 {
     SlotId                = slotId;
     SystemType            = systemType;
     ObjectPointServerHash = objectPointServerHash;
     SystemKey             = systemKey;
     SystemLevel           = systemLevel;
     ConsumableKey         = consumableKey;
 }
Пример #3
0
 protected override void Awake()
 {
     base.Awake();
     SlotType = ShipSlotType.Base;
 }