12 lines
193 B
C#
12 lines
193 B
C#
using System;
|
|
|
|
namespace Cpp2IlInjected
|
|
{
|
|
// Token: 0x020003D7 RID: 983
|
|
internal class MetadataOffsetAttribute : Attribute
|
|
{
|
|
// Token: 0x04000AC9 RID: 2761
|
|
public string Offset;
|
|
}
|
|
}
|