add remaining 31.1/31.2 versioning conditions
This commit is contained in:
@@ -60,15 +60,19 @@ namespace Il2CppInspector
|
||||
[Version(Min = 22, Max = 29)]
|
||||
public ulong unresolvedVirtualCallCount;
|
||||
|
||||
[Version(Min = 29.1)]
|
||||
[Version(Min = 29.1, Max = 29.1)]
|
||||
[Version(Min = 31.1, Max = 31.1)]
|
||||
public ulong unresolvedIndirectCallCount;
|
||||
|
||||
[Version(Min = 22)]
|
||||
public ulong unresolvedVirtualCallPointers;
|
||||
|
||||
[Version(Min = 29.1)]
|
||||
[Version(Min = 29.1, Max = 29.1)]
|
||||
[Version(Min = 31.1, Max = 31.1)]
|
||||
public ulong unresolvedInstanceCallPointers;
|
||||
[Version(Min = 29.1)]
|
||||
|
||||
[Version(Min = 29.1, Max = 29.1)]
|
||||
[Version(Min = 31.1, Max = 31.1)]
|
||||
public ulong unresolvedStaticCallPointers;
|
||||
|
||||
// Added in metadata v23
|
||||
|
||||
@@ -342,7 +342,8 @@ namespace Il2CppInspector
|
||||
public ushort slot;
|
||||
public ushort parameterCount;
|
||||
|
||||
[Version(Min = 29.2, Max = 31)]
|
||||
[Version(Min = 29.2, Max = 29.2)]
|
||||
[Version(Min = 31.2, Max = 31.2)]
|
||||
public byte isUnmanagedCallersOnly;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user