mirror of
https://github.com/HighCapable/YukiHookAPI.git
synced 2025-09-04 09:45:19 +08:00
Merge code
This commit is contained in:
@@ -183,7 +183,7 @@ class FieldFinder(
|
|||||||
* 得到变量实例
|
* 得到变量实例
|
||||||
* @return [T] or null
|
* @return [T] or null
|
||||||
*/
|
*/
|
||||||
fun <T> cast() = get(instance).self as? T?
|
fun <T> cast() = self as? T?
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 得到变量的 [Byte] 实例
|
* 得到变量的 [Byte] 实例
|
||||||
|
Reference in New Issue
Block a user