12 lines
190 B
C#
12 lines
190 B
C#
using System;
|
|
|
|
namespace Cpp2IlInjected
|
|
{
|
|
// Token: 0x0200000E RID: 14
|
|
internal class MetadataOffsetAttribute : Attribute
|
|
{
|
|
// Token: 0x0400002E RID: 46
|
|
public string Offset;
|
|
}
|
|
}
|