Files
Apr2020-Cpp2Il-Dump/Photon3Unity3D/Cpp2IlInjected/FieldOffsetAttribute.cs
T
niko 8fc35183db a
2026-04-11 22:19:20 +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;
}
}