12 lines
191 B
C#
12 lines
191 B
C#
using System;
|
|
|
|
namespace Cpp2IlInjected
|
|
{
|
|
// Token: 0x0200005D RID: 93
|
|
internal class MetadataOffsetAttribute : Attribute
|
|
{
|
|
// Token: 0x04000121 RID: 289
|
|
public string Offset;
|
|
}
|
|
}
|