예제 #1
0
파일: Slot.cs 프로젝트: jumberr/SpaceX
 public Slot(TypeSlotEnum type, Item item)
 {
     typeSlot  = type;
     this.item = item;
 }
예제 #2
0
 public static float SlotCapacity(TypeSlotEnum type) => type switch
 {