noita_entangled_worlds/quant.ew/files/api/extra_modules.lua

5 lines
284 B
Lua
Raw Normal View History

-- 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.