Example #1
0
 public SlottableItem(SlottableItemType itemType)
 {
     TypeOfItem = itemType;
 }
Example #2
0
 public Slot(SlottableItemType acceptedType)
 {
     AcceptedItemType = acceptedType;
 }