12 lines
192 B
C#
12 lines
192 B
C#
using System;
|
|
|
|
namespace Cpp2IlInjected
|
|
{
|
|
// Token: 0x020000CD RID: 205
|
|
internal class MetadataOffsetAttribute : Attribute
|
|
{
|
|
// Token: 0x040002A6 RID: 678
|
|
public string Offset;
|
|
}
|
|
}
|