mirror of
https://github.com/tacigar/maidroid.git
synced 2025-01-27 07:50:17 +01:00
12 lines
383 B
Lua
12 lines
383 B
Lua
------------------------------------------------------------
|
|
-- 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)
|
|
|
|
dofile(maidroid_aux.modpath .. "/table.lua")
|