Ejemplo n.º 1
0
        public void SetHeldItemSupply(float amount)
        {
            UIItemSlot uiSlot = FindHandler(inventory.holdingSlot.container).GetUISlot(inventory.holdingSlot.container, inventory.holdingSlot.slotIndex);

            uiSlot.SetItemSupplyDisplay(amount);
        }