Rework metadata struct loading to use new struct versioning
This commit is contained in:
@@ -4,7 +4,7 @@ using VersionedSerialization.Attributes;
|
||||
using GenericParameterIndex = int;
|
||||
|
||||
[VersionedStruct]
|
||||
public partial struct Il2CppGenericContainer
|
||||
public partial record struct Il2CppGenericContainer
|
||||
{
|
||||
public int OwnerIndex { get; private set; }
|
||||
public int TypeArgc { get; private set; }
|
||||
|
||||
Reference in New Issue
Block a user