12 lines
193 B
C#
12 lines
193 B
C#
using System;
|
|
|
|
namespace Cpp2IlInjected
|
|
{
|
|
// Token: 0x02002E8D RID: 11917
|
|
internal class FieldOffsetAttribute : Attribute
|
|
{
|
|
// Token: 0x0400E6C6 RID: 59078
|
|
public string Offset;
|
|
}
|
|
}
|