Files
Apr2020-Cpp2Il-Dump/PhotonWebSocket/Cpp2IlInjected/MetadataOffsetAttribute.cs
T
niko 8fc35183db a
2026-04-11 22:19:20 +02:00

12 lines
189 B
C#

using System;
namespace Cpp2IlInjected
{
// Token: 0x02000009 RID: 9
internal class MetadataOffsetAttribute : Attribute
{
// Token: 0x0400000E RID: 14
public string Offset;
}
}