scripts
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
|
||||
namespace System
|
||||
{
|
||||
// Token: 0x02000069 RID: 105
|
||||
[AttributeUsage(AttributeTargets.All, AllowMultiple = true)]
|
||||
internal class MonoInternalNoteAttribute : MonoTODOAttribute
|
||||
{
|
||||
// Token: 0x060006E1 RID: 1761 RVA: 0x000153FC File Offset: 0x000135FC
|
||||
public MonoInternalNoteAttribute(string comment)
|
||||
: base(comment)
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user