Ejemplo n.º 1
0
    public void TriggerTabLeft()
    {
        if (inventoryUI == null)
        {
            if ((inventoryUI = FindObjectOfType <InventoryUI>()) == null)
            {
                return;
            }
        }


        inventoryUI.ChangeInventoryTab(-1);
    }