Пример #1
0
    public void DropItems(int pAmount = 1)
    {
        InventoryItemStack stack = SelectedStack;

        CurrentStorage.DropItem(stack, (uint)pAmount);
    }