Files
Aug2021-Cpp2IL-Dump/UnityEngine.InputLegacyModule/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: 0x0400002F RID: 47
public string Token;
}
}