12 lines
190 B
C#
12 lines
190 B
C#
using System;
|
|
|
|
namespace Cpp2IlInjected
|
|
{
|
|
// Token: 0x0200031E RID: 798
|
|
internal class FieldOffsetAttribute : Attribute
|
|
{
|
|
// Token: 0x04000EE7 RID: 3815
|
|
public string Offset;
|
|
}
|
|
}
|