12 lines
191 B
C#
12 lines
191 B
C#
using System;
|
|
|
|
namespace Cpp2IlInjected
|
|
{
|
|
// Token: 0x0200005E RID: 94
|
|
internal class MetadataOffsetAttribute : Attribute
|
|
{
|
|
// Token: 0x04000070 RID: 112
|
|
public string Offset;
|
|
}
|
|
}
|