Files
2026-04-10 22:50:51 +02:00

19 lines
481 B
C#

using System;
using Cpp2IlInjected;
namespace Singular.Newtonsoft.Json
{
// Token: 0x0200001B RID: 27
[Token(Token = "0x2000018")]
[AttributeUsage(AttributeTargets.Property | AttributeTargets.Field)]
public sealed class JsonIgnoreAttribute : Attribute
{
// Token: 0x060000CE RID: 206 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x60000C4")]
[Address(RVA = "0x4093D0", Offset = "0x4081D0", VA = "0x1804093D0")]
public JsonIgnoreAttribute()
{
}
}
}