Beispiel #1
0
 void Start()
 {
     inventoryTest = GameObject.FindGameObjectWithTag("Player").GetComponent <InventoryTest>();
     craftingItem  = GameObject.FindGameObjectWithTag("Player").GetComponent <CraftingSlots>();
 }