12 lines
195 B
C#
12 lines
195 B
C#
using System;
|
|
|
|
namespace Cpp2IlInjected
|
|
{
|
|
// Token: 0x0200068D RID: 1677
|
|
internal class MetadataOffsetAttribute : Attribute
|
|
{
|
|
// Token: 0x04003E1D RID: 15901
|
|
public string Offset;
|
|
}
|
|
}
|