29/31.2 was a psyop
This commit is contained in:
@@ -49,10 +49,6 @@ public partial record struct Il2CppMethodDefinition
|
||||
public ushort Slot { get; private set; }
|
||||
public ushort ParameterCount { get; private set; }
|
||||
|
||||
[VersionCondition(EqualTo = "29.0", IncludingTag = "2023")]
|
||||
[VersionCondition(EqualTo = "31.0", IncludingTag = "2023")]
|
||||
public bool IsUnmanagedCallersOnly { get; private set; }
|
||||
|
||||
public readonly MethodAttributes Attributes => (MethodAttributes)Flags;
|
||||
public readonly MethodImplAttributes ImplAttributes => (MethodImplAttributes)ImplFlags;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user