Files
Apr2020-Cpp2Il-Dump/Valve.Newtonsoft.Json/JsonArrayAttribute.cs
T
niko 8fc35183db a
2026-04-11 22:19:20 +02:00

13 lines
278 B
C#

using System;
using Cpp2IlInjected;
namespace Valve.Newtonsoft.Json
{
// Token: 0x0200000C RID: 12
[Token(Token = "0x200000C")]
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Interface)]
public sealed class JsonArrayAttribute : JsonContainerAttribute
{
}
}