Fix call domain restriction problem in DefinedTypeFactory

This commit is contained in:
2022-11-27 01:50:38 +08:00
parent 826bb2c660
commit f435c7b93f

View File

@@ -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()
/**
* 得到未定义类型