mirror of
https://github.com/HighCapable/YukiHookAPI.git
synced 2025-12-10 23:33:42 +08:00
Modify change FieldCondition, MethodCondition, ConstructorCondition to FieldConditions, MethodConditions, ConstructorConditions in ReflectionFactory
This commit is contained in:
@@ -271,7 +271,7 @@ inner class RemedyPlan internal constructor()
|
||||
#### method *- method*
|
||||
|
||||
```kotlin
|
||||
inline fun method(initiate: MethodCondition): Result
|
||||
inline fun method(initiate: MethodConditions): Result
|
||||
```
|
||||
|
||||
**变更记录**
|
||||
|
||||
Reference in New Issue
Block a user