This commit is contained in:
niko
2026-04-10 22:50:51 +02:00
parent 6d1607d5a2
commit f18d448581
17033 changed files with 2863270 additions and 0 deletions
@@ -0,0 +1,22 @@
using System;
using Cpp2IlInjected;
namespace System.Numerics.Hashing
{
// Token: 0x020002FF RID: 767
[Token(Token = "0x20002FF")]
internal static class HashHelpers
{
// Token: 0x06001C73 RID: 7283 RVA: 0x000127F8 File Offset: 0x000109F8
[Token(Token = "0x6001C73")]
[Address(RVA = "0x2A07F20", Offset = "0x2A06D20", VA = "0x182A07F20")]
public static int Combine(int h1, int h2)
{
return 0;
}
// Token: 0x04001050 RID: 4176
[Token(Token = "0x4001050")]
public static readonly int RandomSeed;
}
}