19 lines
460 B
C#
19 lines
460 B
C#
using System;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace System
|
|
{
|
|
// Token: 0x02000087 RID: 135
|
|
[Token(Token = "0x2000087")]
|
|
[AttributeUsage(AttributeTargets.All)]
|
|
internal class MonoLimitationAttribute : MonoTODOAttribute
|
|
{
|
|
// Token: 0x0600043E RID: 1086 RVA: 0x00002050 File Offset: 0x00000250
|
|
[Token(Token = "0x600043E")]
|
|
[Address(RVA = "0x462000", Offset = "0x460E00", VA = "0x180462000")]
|
|
public MonoLimitationAttribute(string comment)
|
|
{
|
|
}
|
|
}
|
|
}
|