12 lines
188 B
C#
12 lines
188 B
C#
using System;
|
|
|
|
namespace Cpp2IlInjected
|
|
{
|
|
// Token: 0x0200004D RID: 77
|
|
internal class FieldOffsetAttribute : Attribute
|
|
{
|
|
// Token: 0x040000DC RID: 220
|
|
public string Offset;
|
|
}
|
|
}
|