Files
niko c12fbe3fc6 m
2026-04-12 16:51:38 +02:00

13 lines
248 B
C#

using System;
using Cpp2IlInjected;
namespace Valve.Newtonsoft.Json
{
// Token: 0x0200000D RID: 13
[Token(Token = "0x200000D")]
[AttributeUsage(AttributeTargets.Constructor)]
public sealed class JsonConstructorAttribute : Attribute
{
}
}