9 lines
98 B
Lua
9 lines
98 B
Lua
mtprint("hello")
|
|
|
|
function on_tick()
|
|
mtprint("hello from tick")
|
|
end
|
|
|
|
function on_frame()
|
|
|
|
end
|