7 lines
91 B
Lua
7 lines
91 B
Lua
function editor_init()
|
|
set_update(editor_update)
|
|
end
|
|
|
|
function editor_update()
|
|
|
|
end |