ui callbacks update

This commit is contained in:
MihailRis
2024-02-12 19:59:58 +03:00
parent e9cbb04090
commit 2de5f5c646
7 changed files with 62 additions and 16 deletions
+4
View File
@@ -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