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