Rework metadata struct loading to use new struct versioning
This commit is contained in:
@@ -5,7 +5,7 @@ namespace Il2CppInspector.Next.BinaryMetadata;
|
||||
using MethodIndex = int;
|
||||
|
||||
[VersionedStruct]
|
||||
public partial struct Il2CppGenericMethodIndices
|
||||
public partial record struct Il2CppGenericMethodIndices
|
||||
{
|
||||
public MethodIndex MethodIndex;
|
||||
public MethodIndex InvokerIndex;
|
||||
|
||||
Reference in New Issue
Block a user