ui callbacks update
This commit is contained in:
@@ -5,3 +5,7 @@ end
|
||||
function on_close(inv)
|
||||
print("CLOSE", inv)
|
||||
end
|
||||
|
||||
function inventory_share_func(invid, slotid)
|
||||
inventory.set(invid, slotid, 0, 0)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user