VoxelEngine/res/layouts/inventory.xml.lua
2024-02-11 17:38:30 +03:00

8 lines
85 B
Lua

function on_open()
print("OPEN")
end
function on_close()
print("CLOSE")
end