This commit is contained in:
niko
2026-04-11 22:19:20 +02:00
parent 45b857ff11
commit 8fc35183db
17034 changed files with 2863552 additions and 0 deletions
@@ -0,0 +1,18 @@
using System;
using System.Collections.ObjectModel;
using Cpp2IlInjected;
namespace Valve.Newtonsoft.Json
{
// Token: 0x02000012 RID: 18
[Token(Token = "0x2000012")]
public class JsonConverterCollection : Collection<JsonConverter>
{
// Token: 0x06000029 RID: 41 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6000029")]
[Address(RVA = "0x2857910", Offset = "0x2856710", VA = "0x182857910")]
public JsonConverterCollection()
{
}
}
}