增加lua系统

This commit is contained in:
Huoji's
2023-10-02 18:04:54 +08:00
parent dc75327dec
commit 88f121e295
71 changed files with 30605 additions and 7 deletions

View File

@@ -40,6 +40,7 @@ auto init(void* ctx) -> bool {
isSuccess = hooks::init();
if (isSuccess) {
LOG("plugin install success !\n");
ScriptEngine::Init();
}
return isSuccess;
}