feat(scripting): hooker module

This commit is contained in:
rhunk
2023-09-17 12:43:57 +02:00
parent e79aba8165
commit 98b3f2bfc9
12 changed files with 260 additions and 86 deletions

View File

@ -97,7 +97,7 @@ class RemoteSideContext(
}
scriptManager.runtime.eachModule {
callOnManagerLoad(androidContext)
callFunction("module.onManagerLoad",androidContext)
}
}