12 lines
191 B
C#
12 lines
191 B
C#
using System;
|
|
|
|
namespace Cpp2IlInjected
|
|
{
|
|
// Token: 0x0200001E RID: 30
|
|
internal class MetadataOffsetAttribute : Attribute
|
|
{
|
|
// Token: 0x04000075 RID: 117
|
|
public string Offset;
|
|
}
|
|
}
|