Rework metadata struct loading to use new struct versioning
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
namespace Il2CppInspector.Next.Metadata;
|
||||
|
||||
[VersionedStruct]
|
||||
public partial struct Il2CppMetadataUsagePair
|
||||
public partial record struct Il2CppMetadataUsagePair
|
||||
{
|
||||
public uint DestinationIndex { get; private set; }
|
||||
public uint EncodedSourceIndex { get; private set; }
|
||||
|
||||
Reference in New Issue
Block a user