Rework metadata struct loading to use new struct versioning
This commit is contained in:
@@ -7,7 +7,7 @@ using StringIndex = int;
|
||||
using MethodIndex = int;
|
||||
|
||||
[VersionedStruct]
|
||||
public partial struct Il2CppPropertyDefinition
|
||||
public partial record struct Il2CppPropertyDefinition
|
||||
{
|
||||
public StringIndex NameIndex { get; private set; }
|
||||
public MethodIndex Get { get; private set; }
|
||||
|
||||
Reference in New Issue
Block a user