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

12 lines
188 B
C#

using System;
namespace Cpp2IlInjected
{
// Token: 0x0200001E RID: 30
internal class FieldOffsetAttribute : Attribute
{
// Token: 0x04000098 RID: 152
public string Offset;
}
}