inventory id argument

This commit is contained in:
MihailRis
2024-02-11 17:42:19 +03:00
parent 8e529eb63b
commit 4ce46f34bf
4 changed files with 10 additions and 17 deletions
+4 -4
View File
@@ -1,7 +1,7 @@
function on_open()
print("OPEN")
function on_open(inv)
print("OPEN", inv)
end
function on_close()
print("CLOSE")
function on_close(inv)
print("CLOSE", inv)
end