1
0
mirror of https://github.com/tacigar/maidroid.git synced 2025-03-24 04:50:18 +01:00

12 lines
428 B
Lua
Raw Normal View History

2016-09-13 17:49:35 +09:00
------------------------------------------------------------
-- Copyright (c) 2016 tacigar. All rights reserved.
-- https://github.com/tacigar/maidroid
------------------------------------------------------------
maidroid_core_basic = {}
maidroid_core_basic.modname = "maidroid_core_basic"
maidroid_core_basic.modpath = minetest.get_modpath(maidroid_core_basic.modname)
2016-09-13 22:11:23 +09:00
dofile(maidroid_core_basic.modpath .. "/register.lua")