1
0
mirror of https://github.com/tacigar/maidroid.git synced 2025-01-28 16:30:19 +01:00
maidroid/maidroid_aux/init.lua

12 lines
383 B
Lua
Raw Normal View History

2016-12-19 03:13:10 +01:00
------------------------------------------------------------
-- Copyright (c) 2016 tacigar. All rights reserved.
-- https://github.com/tacigar/maidroid
------------------------------------------------------------
maidroid_aux = {}
maidroid_aux.modname = "maidroid_aux"
maidroid_aux.modpath = minetest.get_modpath(maidroid_aux.modname)
2016-12-19 03:59:45 +01:00
dofile(maidroid_aux.modpath .. "/table.lua")