示例#1
0
 private bool MatchesSlotType(InventoryItemUpdater inventoryItemUpdater)
 {
     if (inventoryItemUpdater.type == slotType)
     {
         return(true);
     }
     return(false);
 }
 void Start()
 {
     iiu = GetComponent <InventoryItemUpdater>();
 }