Inheritance: Livet.NotificationObject
コード例 #1
0
 public ShipSlotData(ShipSlot slot)
     : this(slot.Item?.Info, slot.Maximum, slot.Current)
 {
 }
コード例 #2
0
 public ShipSlotData(ShipSlot slot)
     : this(slot.Item != null ? slot.Item.Info : null, slot.Maximum, slot.Current)
 {
 }