airutils/lib_copter/init.lua

9 lines
207 B
Lua
Raw Normal View History

2024-01-23 21:38:27 -03:00
dofile(minetest.get_modpath("airutils") .. DIR_DELIM .. "lib_copter" .. DIR_DELIM .. "control.lua")
dofile(minetest.get_modpath("airutils") .. DIR_DELIM .. "lib_copter" .. DIR_DELIM .. "entities.lua")