Replies: 4 comments
-
Hi! (this as Il2Cpp.Object).base.methods.DFAKAPDNDFN.invoke(); |
Beta Was this translation helpful? Give feedback.
0 replies
-
I see, I'll try it tomorrow |
Beta Was this translation helpful? Give feedback.
0 replies
-
@thinhbuzz Hey, did you sort it out? |
Beta Was this translation helpful? Give feedback.
0 replies
-
@vfsfitvnm it works pretty well, I missed it, thanks |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
@vfsfitvnm
Currently, invokeRaw is internal method, in case I want call parent method I need to cast method to any and call with invokeRaw, so if invokeRaw was public it would be easier.
Example:
Beta Was this translation helpful? Give feedback.
All reactions