VoxelEngine/res/layouts/inventory.xml.lua
2024-02-18 19:07:58 +03:00

4 lines
88 B
Lua

function inventory_share_func(invid, slotid)
inventory.set(invid, slotid, 0, 0)
end