Files
Apr2020-Cpp2Il-Dump/PhotonUnityNetworking/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: 0x02000059 RID: 89
internal class FieldOffsetAttribute : Attribute
{
// Token: 0x040001BF RID: 447
public string Offset;
}
}