You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.
i have older binaries from the game and can check what functions used to look like before il2cpp
the rpc arguments used to expect a "params object[]", now after il2cpp it expects an Il2CppReferenceArray<Il2CppSystem.Object>
i tried a few things on how to create an array with this but cant seem to get this to work.
aspecially cuz the arguments arent objects but all kind of types such as floats, booleans, vectors and some other things like enums.
any help would be appreciated :D
The text was updated successfully, but these errors were encountered:
hey i started using ur staff through melonloader
i have older binaries from the game and can check what functions used to look like before il2cpp
the rpc arguments used to expect a "params object[]", now after il2cpp it expects an Il2CppReferenceArray<Il2CppSystem.Object>
i tried a few things on how to create an array with this but cant seem to get this to work.
aspecially cuz the arguments arent objects but all kind of types such as floats, booleans, vectors and some other things like enums.
any help would be appreciated :D
The text was updated successfully, but these errors were encountered: