1
0
mirror of https://github.com/tacigar/maidroid.git synced 2025-07-04 00:30:25 +02:00

Add a maidroid core for player made programs

This commit is contained in:
Hybrid Dog
2017-01-02 15:26:04 +01:00
parent e0b5ea3653
commit 13013b7aa2
7 changed files with 113 additions and 0 deletions

View File

@ -12,3 +12,6 @@ dofile(maidroid_core.modpath .. "/cores/_aux.lua")
dofile(maidroid_core.modpath .. "/cores/empty.lua")
dofile(maidroid_core.modpath .. "/cores/basic.lua")
dofile(maidroid_core.modpath .. "/cores/farming.lua")
if pdisc then
dofile(maidroid_core.modpath .. "/cores/ocr.lua")
end