Model: Handle generic type definition fetch for metadata v27

This commit is contained in:
Katy Coe
2020-08-16 01:13:27 +02:00
parent 86dd475a56
commit ec6066aa1d
2 changed files with 13 additions and 9 deletions

View File

@@ -202,7 +202,7 @@ namespace Il2CppInspector
[Version(Max = 24.3)]
public long typeDefinitionIndex; /* the generic type definition */
[Version(Min = 27)]
public long type; // Il2CppType* /* the generic type definition */
public ulong type; // Il2CppType* /* the generic type definition */
public Il2CppGenericContext context; /* a context that contains the type instantiation doesn't contain any method instantiation */
public ulong cached_class; /* if present, the Il2CppClass corresponding to the instantiation. */