12 lines
193 B
C#
12 lines
193 B
C#
using System;
|
|
|
|
namespace Cpp2IlInjected
|
|
{
|
|
// Token: 0x0200026D RID: 621
|
|
internal class MetadataOffsetAttribute : Attribute
|
|
{
|
|
// Token: 0x04000496 RID: 1174
|
|
public string Offset;
|
|
}
|
|
}
|