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

18 lines
303 B
C#

using System;
namespace Cpp2IlInjected
{
// Token: 0x0200063D RID: 1597
internal class AttributeAttribute : Attribute
{
// Token: 0x04003B72 RID: 15218
public string Name;
// Token: 0x04003B73 RID: 15219
public string RVA;
// Token: 0x04003B74 RID: 15220
public string Offset;
}
}