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
TutorialStep_01_WelcomeDialogue.cs
Go to the documentation of this file.
1using System;
2using Terraria;
3
4// Token: 0x020002F0 RID: 752
6{
7 // Token: 0x0600116C RID: 4460 RVA: 0x00055F34 File Offset: 0x00054134
8 public override void Reset()
9 {
10 }
11
12 // Token: 0x0600116D RID: 4461 RVA: 0x00055F44 File Offset: 0x00054144
13 public override void Begin()
14 {
15 if (!true)
16 {
17 }
18 }
19
20 // Token: 0x0600116E RID: 4462 RVA: 0x00055F54 File Offset: 0x00054154
21 public override bool Update()
22 {
23 if (!true)
24 {
25 }
26 bool gameMenu = Main.gameMenu;
27 bool flag = this.displayed;
28 return gameMenu;
29 }
30
31 // Token: 0x0600116F RID: 4463 RVA: 0x00056064 File Offset: 0x00054264
35
36 // Token: 0x04002132 RID: 8498
37 private bool displayed;
38}
static bool gameMenu
Definition Main.cs:2673