void Start() { InventoryInteraction = InventoryInteraction.GetInstance(); ItemInstance = GetComponent <ItemInstance>(); inventoryHolder = InventoryInteraction.inventoryHolder; platform = InventoryInteraction.platform; AudioHost = AudioHost.GetInstance(); }
void Start() { InventoryInteraction = InventoryInteraction.GetInstance(); }