Files
Aug2021-Cpp2IL-Dump/SteamVR/Cpp2IlInjected/AttributeAttribute.cs
T
2026-04-10 22:50:51 +02:00

18 lines
299 B
C#

using System;
namespace Cpp2IlInjected
{
// Token: 0x02000329 RID: 809
internal class AttributeAttribute : Attribute
{
// Token: 0x04000F10 RID: 3856
public string Name;
// Token: 0x04000F11 RID: 3857
public string RVA;
// Token: 0x04000F12 RID: 3858
public string Offset;
}
}