mirror of
https://github.com/HighCapable/YukiHookAPI.git
synced 2025-09-04 01:35:17 +08:00
Fix call domain restriction problem in DefinedTypeFactory
This commit is contained in:
@@ -34,14 +34,14 @@ import com.highcapable.yukihookapi.hook.factory.classOf
|
||||
*
|
||||
* 请使用 [UndefinedType] 来调用它
|
||||
*/
|
||||
internal class UndefinedClass
|
||||
internal class UndefinedClass private constructor()
|
||||
|
||||
/**
|
||||
* 模糊类型实例
|
||||
*
|
||||
* 请使用 [VagueType] 来调用它
|
||||
*/
|
||||
internal class VagueClass
|
||||
class VagueClass private constructor()
|
||||
|
||||
/**
|
||||
* 得到未定义类型
|
||||
|
Reference in New Issue
Block a user