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

12 lines
180 B
C#

using System;
namespace Cpp2IlInjected
{
// Token: 0x0200000F RID: 15
internal class TokenAttribute : Attribute
{
// Token: 0x04000025 RID: 37
public string Token;
}
}