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

◆ Update()

override bool TutorialStep_02_CopperPickaxe.Update ( )
inlinevirtual

Reimplemented from TutorialStep.

Definition at line 44 of file TutorialStep_02_CopperPickaxe.cs.

45 {
46 for (;;)
47 {
48 if (!true)
49 {
50 }
51 int myPlayer = Main.myPlayer;
52 if (this.givenAxe)
53 {
54 return;
55 }
56 }
57 }
static int myPlayer
Definition Main.cs:2337

References givenAxe, and Terraria.Main.myPlayer.