mirror of
https://github.com/LukeFZ/Il2CppInspectorRedux.git
synced 2025-12-17 16:59:41 +05:00
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 Il2CppCustomAttributeDataRange
|
||||
public partial record struct Il2CppCustomAttributeDataRange
|
||||
{
|
||||
public uint Token { get; private set; }
|
||||
public uint StartOffset { get; private set; }
|
||||
|
||||
Reference in New Issue
Block a user