Files
jailsadventure2/data/editor.lua

7 lines
91 B
Lua

function editor_init()
set_update(editor_update)
end
function editor_update()
end