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