12 lines
193 B
C#
12 lines
193 B
C#
using System;
|
|
|
|
namespace Cpp2IlInjected
|
|
{
|
|
// Token: 0x0200015E RID: 350
|
|
internal class MetadataOffsetAttribute : Attribute
|
|
{
|
|
// Token: 0x040007A0 RID: 1952
|
|
public string Offset;
|
|
}
|
|
}
|