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

Add torcher core

This commit is contained in:
tacigar
2017-01-07 19:45:31 +09:00
parent fbf93ecf2d
commit 11305efe59
2 changed files with 137 additions and 0 deletions

View File

@ -12,6 +12,7 @@ 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")
dofile(maidroid_core.modpath .. "/cores/torcher.lua")
if pdisc then
dofile(maidroid_core.modpath .. "/cores/ocr.lua")
end