add remaining 31.1/31.2 versioning conditions

This commit is contained in:
LukeFZ
2024-08-18 23:23:32 +02:00
parent 4ce4d0e799
commit 5b0476fcc5
2 changed files with 9 additions and 4 deletions

View File

@@ -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;
}