m
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
using System;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace Valve.Newtonsoft.Json.Serialization
|
||||
{
|
||||
// Token: 0x0200009B RID: 155
|
||||
[Token(Token = "0x200009B")]
|
||||
public class JsonStringContract : JsonPrimitiveContract
|
||||
{
|
||||
// Token: 0x060004CE RID: 1230 RVA: 0x00002053 File Offset: 0x00000253
|
||||
[Token(Token = "0x60004CE")]
|
||||
[Address(RVA = "0x2DBDC00", Offset = "0x2DBCC00", VA = "0x182DBDC00")]
|
||||
public JsonStringContract(Type underlyingType)
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user