mirror of
https://github.com/HighCapable/YukiHookAPI.git
synced 2025-09-04 01:35:17 +08:00
...
This commit is contained in:
@@ -70,7 +70,7 @@ class YukiHookCreater(private val packageParam: PackageParam, val hookClass: Cla
|
||||
@DoNotUseMethod
|
||||
fun hook() {
|
||||
if (hookMembers.isEmpty()) error("Hook Members is empty,hook aborted")
|
||||
hookMembers.forEach { (_, hooker) -> hooker.hook() }
|
||||
hookMembers.forEach { (_, member) -> member.hook() }
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user