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

12 lines
188 B
C#

using System;
namespace Cpp2IlInjected
{
// Token: 0x0200005E RID: 94
internal class FieldOffsetAttribute : Attribute
{
// Token: 0x0400025B RID: 603
public string Offset;
}
}