Files
Il2CppInspectorRedux/Il2CppInspector.Common/Next/Metadata/Il2CppCustomAttributeDataRange.cs
2024-08-13 18:34:22 +02:00

10 lines
255 B
C#

using VersionedSerialization.Attributes;
namespace Il2CppInspector.Next.Metadata;
[VersionedStruct]
public partial struct Il2CppCustomAttributeDataRange
{
public uint Token { get; private set; }
public uint StartOffset { get; private set; }
}