12 lines
192 B
C#
12 lines
192 B
C#
using System;
|
|
|
|
namespace Cpp2IlInjected
|
|
{
|
|
// Token: 0x020000E3 RID: 227
|
|
internal class MetadataOffsetAttribute : Attribute
|
|
{
|
|
// Token: 0x040002D8 RID: 728
|
|
public string Offset;
|
|
}
|
|
}
|