12 lines
193 B
C#
12 lines
193 B
C#
using System;
|
|
|
|
namespace Cpp2IlInjected
|
|
{
|
|
// Token: 0x020000E5 RID: 229
|
|
internal class MetadataOffsetAttribute : Attribute
|
|
{
|
|
// Token: 0x04000577 RID: 1399
|
|
public string Offset;
|
|
}
|
|
}
|