12 lines
190 B
C#
12 lines
190 B
C#
using System;
|
|
|
|
namespace Cpp2IlInjected
|
|
{
|
|
// Token: 0x020003D5 RID: 981
|
|
internal class FieldOffsetAttribute : Attribute
|
|
{
|
|
// Token: 0x04000AC5 RID: 2757
|
|
public string Offset;
|
|
}
|
|
}
|