Mineur_Tycoon/script/test.lua
2025-04-11 16:17:46 +02:00

9 lines
98 B
Lua

mtprint("hello")
function on_tick()
mtprint("hello from tick")
end
function on_frame()
end