async/init.lua

6 lines
100 B
Lua
Raw Normal View History

2019-05-13 21:22:21 +02:00
modpath = minetest.get_modpath("async")
2018-11-10 14:08:56 +01:00
2019-05-13 21:22:21 +02:00
async = {}
2018-11-10 14:08:56 +01:00
dofile(string.format("%s/async.lua", modpath))