migrate versioning to StructVersion class, add handling/detection for 29.2/31.2
This commit is contained in:
@@ -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 bool isUnmanagedCallersOnly;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user