async/init.lua

6 lines
100 B
Lua

modpath = minetest.get_modpath("async")
async = {}
dofile(string.format("%s/async.lua", modpath))