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

13 lines
283 B
C#

using System;
using Cpp2IlInjected;
namespace Valve.Newtonsoft.Json
{
// Token: 0x02000013 RID: 19
[Token(Token = "0x2000013")]
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Interface)]
public sealed class JsonDictionaryAttribute : JsonContainerAttribute
{
}
}