Files
niko c12fbe3fc6 m
2026-04-12 16:51:38 +02:00

12 lines
302 B
C#

using System;
using System.Runtime.Serialization;
using Cpp2IlInjected;
namespace Newtonsoft.Json.Serialization
{
// Token: 0x0200008C RID: 140
// (Invoke) Token: 0x060002EE RID: 750
[Token(Token = "0x200008C")]
public delegate void SerializationCallback(object o, StreamingContext context);
}