Files
Aug2021-Cpp2IL-Dump/Unity.XR.ARSubsystems/Cpp2IlInjected/FieldOffsetAttribute.cs
T
2026-04-10 22:50:51 +02:00

12 lines
188 B
C#

using System;
namespace Cpp2IlInjected
{
// Token: 0x02000054 RID: 84
internal class FieldOffsetAttribute : Attribute
{
// Token: 0x040000FB RID: 251
public string Offset;
}
}