Example #1
0
 public void SetItemType(Inventory.ItemTypes itemType)
 {
     this.itemType = itemType;
 }
Example #2
0
 void onStart()
 {
     itemType = Inventory.ItemTypes.Empty;
     key      = false;
 }
Example #3
0
 public void AddToInventory(Inventory.ItemTypes itemType)
 {
     inventory.AdjustItemInventoryCount(itemType);
 }