mirror of
https://github.com/luanti-org/luanti.git
synced 2025-09-30 19:22:14 +00:00
6 lines
164 B
Lua
6 lines
164 B
Lua
|
local builtin_shared = ...
|
||
|
|
||
|
local make_registration = builtin_shared.make_registration
|
||
|
|
||
|
core.registered_globalsteps, core.register_globalstep = make_registration()
|