Files
Aug2021-Cpp2IL-Dump/UnityEngine.TextRenderingModule/Cpp2IlInjected/MetadataOffsetAttribute.cs
T
2026-04-10 22:50:51 +02:00

12 lines
190 B
C#

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