Files
Jan2021-Cpp2Il-Dump/Circuits/Cpp2IlInjected/AttributeAttribute.cs
T
2026-04-08 23:40:05 +02:00

18 lines
296 B
C#

using System;
namespace Cpp2IlInjected
{
// Token: 0x0200009B RID: 155
internal class AttributeAttribute : Attribute
{
// Token: 0x040002CC RID: 716
public string Name;
// Token: 0x040002CD RID: 717
public string RVA;
// Token: 0x040002CE RID: 718
public string Offset;
}
}