10 lines
236 B
Lua
10 lines
236 B
Lua
|
-- LUALOCALS < ---------------------------------------------------------
|
||
|
local nodecore
|
||
|
= nodecore
|
||
|
-- LUALOCALS > ---------------------------------------------------------
|
||
|
|
||
|
nodecore.register_hint(
|
||
|
"run at full speed",
|
||
|
"autorun"
|
||
|
)
|