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

◆ OnGuideDialogueOpen()

override void TutorialStep_02_CopperPickaxe.OnGuideDialogueOpen ( )
inlinevirtual

Reimplemented from TutorialStep.

Definition at line 28 of file TutorialStep_02_CopperPickaxe.cs.

29 {
30 bool flag = this.givenAxe;
31 if (flag)
32 {
33 return;
34 }
35 int num = 1;
36 this.givenAxe = num != 0;
37 if (!flag)
38 {
39 }
40 int myPlayer = Main.myPlayer;
41 }
class f__AnonymousType0<< Count > j__TPar
static int myPlayer
Definition Main.cs:2337

References givenAxe, j__TPar, and Terraria.Main.myPlayer.