13 lines
283 B
C#
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
|
|
{
|
|
}
|
|
}
|