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