Update Il2CppTypeDefinition for later v24 iterations

This commit is contained in:
Katy Coe
2019-10-16 11:13:55 +02:00
parent 49d8d96805
commit e0385ca46e

View File

@@ -146,7 +146,9 @@ namespace Il2CppInspector
public int parentIndex;
public int elementTypeIndex; // we can probably remove this one. Only used for enums
[Version(Max = 24.0)]
public int rgctxStartIndex;
[Version(Max = 24.0)]
public int rgctxCount;
public int genericContainerIndex;