mirror of
https://github.com/LukeFZ/Il2CppInspectorRedux.git
synced 2026-03-22 00:18:18 +05:00
fix new Il2CppGenericContainer serialization
This commit is contained in:
@@ -15,18 +15,18 @@ public partial record struct Il2CppGenericContainer
|
||||
[field: FieldOffset(4)]
|
||||
public int TypeArgc { get; private set; }
|
||||
|
||||
[VersionCondition(GreaterThan = "106.0")]
|
||||
[field: FieldOffset(4)]
|
||||
private ushort _newTypeArgc;
|
||||
|
||||
[VersionCondition(LessThan = "105.0")]
|
||||
[field: FieldOffset(8)]
|
||||
public int IsMethod { get; private set; }
|
||||
|
||||
[field: FieldOffset(12)]
|
||||
public GenericParameterIndex GenericParameterStart { get; private set; }
|
||||
|
||||
[VersionCondition(GreaterThan = "106.0")]
|
||||
[field: FieldOffset(4)]
|
||||
private ushort _newTypeArgc;
|
||||
|
||||
[VersionCondition(GreaterThan = "106.0")]
|
||||
[VersionCondition(GreaterThan = "106.0")]
|
||||
[field: FieldOffset(8)]
|
||||
public byte _newIsMethod;
|
||||
|
||||
[field: FieldOffset(12)]
|
||||
public GenericParameterIndex GenericParameterStart { get; private set; }
|
||||
}
|
||||
Reference in New Issue
Block a user