m
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
using System;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace Newtonsoft.Json.Serialization
|
||||
{
|
||||
// Token: 0x02000082 RID: 130
|
||||
[Token(Token = "0x2000082")]
|
||||
public class ErrorEventArgs : EventArgs
|
||||
{
|
||||
// Token: 0x060002CF RID: 719 RVA: 0x00002050 File Offset: 0x00000250
|
||||
[Token(Token = "0x60002CF")]
|
||||
[Address(RVA = "0x2A599B0", Offset = "0x2A589B0", VA = "0x182A599B0")]
|
||||
public ErrorEventArgs(object currentObject, ErrorContext errorContext)
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user