terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
HashHelpers.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x0200052E RID: 1326
7 internal static class HashHelpers
8 {
9 // Token: 0x0600272A RID: 10026 RVA: 0x0000207A File Offset: 0x0000027A
10 public static int Combine(int h1, int h2)
11 {
12 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
13 }
14
15 // Token: 0x0600272B RID: 10027 RVA: 0x00054C4C File Offset: 0x00052E4C
16 // Note: this type is marked as 'beforefieldinit'.
17 static HashHelpers()
18 {
19 }
20
21 // Token: 0x04001564 RID: 5476
22 public static readonly int RandomSeed;
23 }
24}
class f__AnonymousType0<< Count > j__TPar
static int Combine(int h1, int h2)