v0.8.3 #316
vfsfitvnm
announced in
Announcements
v0.8.3
#316
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Relevant changes
Add
Il2Cpp.Class::generics
:A property to get the generics of a class, so that you can quickly inflate another
Il2Cpp.Class
or aIl2Cpp.Method
using the same types.Thanks, @Flechaa!
Add
Il2Cpp.Method::generics
:A property to get the generics of a method, so that you can quickly inflate another
Il2Cpp.Method
or aIl2Cpp.Class
using the same types.Thanks, @Flechaa!
Drop
Il2Cpp.Class::genericParametersLength
:Superseded by
Il2Cpp.Class::generics
.Drop
Il2Cpp.Method::genericParametersLength
:Superseded by
Il2Cpp.Method::generics
.Full Changelog: v0.8.2...v0.8.3
Beta Was this translation helpful? Give feedback.
All reactions