Commit a51f9d8f authored by Administrator's avatar Administrator

add Reflect api to ratelAPI

parent ee916484
This diff is collapsed.
...@@ -101,6 +101,8 @@ public abstract class RC_MethodHook extends RCallback { ...@@ -101,6 +101,8 @@ public abstract class RC_MethodHook extends RCallback {
private Throwable throwable = null; private Throwable throwable = null;
public boolean returnEarly = false; public boolean returnEarly = false;
public Class<?>[] parameterTypes = null;
/** /**
* Returns the result of the method call. * Returns the result of the method call.
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment