示例#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
 {