Rework metadata struct loading to use new struct versioning
This commit is contained in:
@@ -2,8 +2,7 @@
|
||||
|
||||
namespace Il2CppInspector.Next.BinaryMetadata;
|
||||
|
||||
|
||||
public struct Il2CppGuid : IReadable
|
||||
public record struct Il2CppGuid : IReadable
|
||||
{
|
||||
public Guid Value;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user