Files
27Aug2021-Cpp2IL-Dump/UnityEngine.TextCoreModule/Cpp2IlInjected/MetadataOffsetAttribute.cs
T
niko c12fbe3fc6 m
2026-04-12 16:51:38 +02:00

12 lines
191 B
C#

using System;
namespace Cpp2IlInjected
{
// Token: 0x02000014 RID: 20
internal class MetadataOffsetAttribute : Attribute
{
// Token: 0x04000072 RID: 114
public string Offset;
}
}