This commit is contained in:
niko
2026-04-12 16:51:38 +02:00
parent 1b6f6d81d0
commit c12fbe3fc6
17828 changed files with 2994770 additions and 0 deletions
@@ -0,0 +1,18 @@
using System;
using Cpp2IlInjected;
namespace Newtonsoft.Json.Utilities
{
// Token: 0x02000061 RID: 97
[Token(Token = "0x2000061")]
internal static class MiscellaneousUtils
{
// Token: 0x060001F4 RID: 500 RVA: 0x00002868 File Offset: 0x00000A68
[Token(Token = "0x60001F4")]
[Address(RVA = "0x1172040", Offset = "0x1171040", VA = "0x181172040")]
public static bool ValueEquals(object objA, object objB)
{
return default(bool);
}
}
}