Files
niko 8fc35183db a
2026-04-11 22:19:20 +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
{
}
}