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

12 lines
181 B
C#

using System;
namespace Cpp2IlInjected
{
// Token: 0x02000015 RID: 21
internal class TokenAttribute : Attribute
{
// Token: 0x04000073 RID: 115
public string Token;
}
}