mirror of
https://github.com/tacigar/maidroid.git
synced 2025-02-06 04:10:21 +01:00
10 lines
337 B
Lua
10 lines
337 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)
|