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

12 lines
185 B
C#

using System;
namespace Cpp2IlInjected
{
// Token: 0x02000006 RID: 6
internal class FieldOffsetAttribute : Attribute
{
// Token: 0x04000009 RID: 9
public string Offset;
}
}