Issue using “require()” in Lua, need help understanding why it won't work
snippet in lua
Issue using “require()” in Lua, need help understanding why it won't work
user384
local mod = {}
function mod.map_generate() ... end
return mod