mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-19 15:13:16 +00:00
5 lines
284 B
Lua
5 lines
284 B
Lua
![]() |
-- All files that get LuaAppended here before OnModInit happens get run as modules.
|
||
|
-- Every module should return a table of functions (can be empty).
|
||
|
-- Functions starting with `on_` are called hooks. They will get called when relevant.
|
||
|
-- See docs/hooks.md for a list of all hooks.
|