mirror of
https://github.com/tacigar/maidroid.git
synced 2024-11-05 01:30:31 +01:00
12 lines
395 B
Lua
12 lines
395 B
Lua
------------------------------------------------------------
|
|
-- Copyright (c) 2016 tacigar. All rights reserved.
|
|
-- https://github.com/tacigar/maidroid
|
|
------------------------------------------------------------
|
|
|
|
maidroid_core = {}
|
|
|
|
maidroid_core.modname = "maidroid_core"
|
|
maidroid_core.modpath = minetest.get_modpath(maidroid_core.modname)
|
|
|
|
dofile(maidroid_core.modpath .. "/cores/basic.lua")
|