Files
2026-06-04 11:42:34 +02:00

16 lines
347 B
C#

using System;
namespace System
{
// Token: 0x0200006A RID: 106
[AttributeUsage(AttributeTargets.All, AllowMultiple = true)]
internal class MonoLimitationAttribute : MonoTODOAttribute
{
// Token: 0x060006E2 RID: 1762 RVA: 0x00015408 File Offset: 0x00013608
public MonoLimitationAttribute(string comment)
: base(comment)
{
}
}
}