async/init.lua
2019-05-13 14:22:21 -05:00

6 lines
100 B
Lua

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