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