12 lines
190 B
C#
12 lines
190 B
C#
using System;
|
|
|
|
namespace Cpp2IlInjected
|
|
{
|
|
// Token: 0x02000289 RID: 649
|
|
internal class FieldOffsetAttribute : Attribute
|
|
{
|
|
// Token: 0x040004FF RID: 1279
|
|
public string Offset;
|
|
}
|
|
}
|