Esempio n. 1
0
 public Slot(TypeSlotEnum type, Item item)
 {
     typeSlot  = type;
     this.item = item;
 }
Esempio n. 2
0
 public static float SlotCapacity(TypeSlotEnum type) => type switch
 {