Inheritance: Livet.NotificationObject
Ejemplo n.º 1
0
 public ShipSlotData(ShipSlot slot)
     : this(slot.Item?.Info, slot.Maximum, slot.Current)
 {
 }
Ejemplo n.º 2
0
 public ShipSlotData(ShipSlot slot)
     : this(slot.Item != null ? slot.Item.Info : null, slot.Maximum, slot.Current)
 {
 }