12 lines
191 B
C#
12 lines
191 B
C#
using System;
|
|
|
|
namespace Cpp2IlInjected
|
|
{
|
|
// Token: 0x02000039 RID: 57
|
|
internal class MetadataOffsetAttribute : Attribute
|
|
{
|
|
// Token: 0x040000DE RID: 222
|
|
public string Offset;
|
|
}
|
|
}
|