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
HairstyleUnlocksHelper.cs
Go to the documentation of this file.
1using System;
4
6{
7 // Token: 0x020007C7 RID: 1991
9 {
10 // Token: 0x06004091 RID: 16529 RVA: 0x0024371C File Offset: 0x0024191C
11 public void UpdateUnlocks()
12 {
13 bool flag = this.ListWarrantsRemake();
14 }
15
16 // Token: 0x06004092 RID: 16530 RVA: 0x00243734 File Offset: 0x00241934
17 private bool ListWarrantsRemake()
18 {
19 return Main.gameMenu;
20 }
21
22 // Token: 0x06004093 RID: 16531 RVA: 0x000021DB File Offset: 0x000003DB
23 private void RebuildList()
24 {
25 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
26 }
27
28 // Token: 0x06004094 RID: 16532 RVA: 0x002437C8 File Offset: 0x002419C8
30 {
31 }
32
33 // Token: 0x04007E4B RID: 32331
35
36 // Token: 0x04007E4C RID: 32332
37 private bool _defeatedMartians;
38
39 // Token: 0x04007E4D RID: 32333
40 private bool _defeatedMoonlord;
41
42 // Token: 0x04007E4E RID: 32334
43 private bool _defeatedPlantera;
44
45 // Token: 0x04007E4F RID: 32335
46 private bool _isAtStylist;
47
48 // Token: 0x04007E50 RID: 32336
50 }
51}
static bool gameMenu
Definition Main.cs:2673