Files
27Aug2021-Cpp2IL-Dump/Singular/Newtonsoft/Json/JsonConstructorAttribute.cs
T
niko c12fbe3fc6 m
2026-04-12 16:51:38 +02:00

19 lines
497 B
C#

using System;
using Cpp2IlInjected;
namespace Singular.Newtonsoft.Json
{
// Token: 0x02000015 RID: 21
[Token(Token = "0x2000012")]
[AttributeUsage(AttributeTargets.Constructor | AttributeTargets.Property)]
public sealed class JsonConstructorAttribute : Attribute
{
// Token: 0x0600007E RID: 126 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6000074")]
[Address(RVA = "0x42BA20", Offset = "0x42AA20", VA = "0x18042BA20")]
public JsonConstructorAttribute()
{
}
}
}