Rework metadata struct loading to use new struct versioning
This commit is contained in:
@@ -6,7 +6,7 @@ using MethodIndex = int;
|
||||
using GenericInstIndex = int;
|
||||
|
||||
[VersionedStruct]
|
||||
public partial struct Il2CppMethodSpec
|
||||
public partial record struct Il2CppMethodSpec
|
||||
{
|
||||
public MethodIndex MethodDefinitionIndex;
|
||||
public GenericInstIndex ClassIndexIndex;
|
||||
|
||||
Reference in New Issue
Block a user