mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
5 lines
164 B
Lua
5 lines
164 B
Lua
local builtin_shared = ...
|
|
|
|
local make_registration = builtin_shared.make_registration
|
|
|
|
core.registered_globalsteps, core.register_globalstep = make_registration()
|