12 lines
190 B
C#
12 lines
190 B
C#
using System;
|
|
|
|
namespace Cpp2IlInjected
|
|
{
|
|
// Token: 0x02000328 RID: 808
|
|
internal class FieldOffsetAttribute : Attribute
|
|
{
|
|
// Token: 0x04000F0F RID: 3855
|
|
public string Offset;
|
|
}
|
|
}
|