Rework metadata struct loading to use new struct versioning
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
namespace Il2CppInspector.Next.BinaryMetadata;
|
||||
|
||||
[VersionedStruct]
|
||||
public partial struct Il2CppWindowsRuntimeFactoryTableEntry
|
||||
public partial record struct Il2CppWindowsRuntimeFactoryTableEntry
|
||||
{
|
||||
public Pointer<Il2CppType> Type;
|
||||
public Il2CppMethodPointer CreateFactoryFunction;
|
||||
|
||||
Reference in New Issue
Block a user