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 Il2CppMetadataUsageList
|
||||
public partial record struct Il2CppMetadataUsageList
|
||||
{
|
||||
public int Start { get; private set; }
|
||||
public int Count { get; private set; }
|
||||
|
||||
Reference in New Issue
Block a user