This commit is contained in:
2022-02-02 02:37:16 +08:00
parent 6ff20e7290
commit 685726b2d3
10 changed files with 397 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
package com.highcapable.yukihookapi.demo
import com.highcapable.yukihookapi.hook.init.YukiHookLoadPackage
class Yuu : YukiHookLoadPackage() {
override fun onHookStart() {
}
}