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

18 lines
299 B
C#

using System;
namespace Cpp2IlInjected
{
// Token: 0x020003D6 RID: 982
internal class AttributeAttribute : Attribute
{
// Token: 0x04000AC6 RID: 2758
public string Name;
// Token: 0x04000AC7 RID: 2759
public string RVA;
// Token: 0x04000AC8 RID: 2760
public string Offset;
}
}