Files
NobetaSource/Cpp2IL/Assembly-CSharp/Cpp2IlInjected/AttributeAttribute.cs
2023-09-06 22:19:13 +02:00

18 lines
303 B
C#

using System;
namespace Cpp2IlInjected
{
// Token: 0x0200068C RID: 1676
internal class AttributeAttribute : Attribute
{
// Token: 0x04003E1A RID: 15898
public string Name;
// Token: 0x04003E1B RID: 15899
public string RVA;
// Token: 0x04003E1C RID: 15900
public string Offset;
}
}