12 lines
190 B
C#
12 lines
190 B
C#
using System;
|
|
|
|
namespace Cpp2IlInjected
|
|
{
|
|
// Token: 0x020003E0 RID: 992
|
|
internal class FieldOffsetAttribute : Attribute
|
|
{
|
|
// Token: 0x04000EFD RID: 3837
|
|
public string Offset;
|
|
}
|
|
}
|