mirror of
https://github.com/LukeFZ/Il2CppInspectorRedux.git
synced 2025-12-16 16:29:43 +05:00
10 lines
255 B
C#
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; }
|
|
} |