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_03_CraftWorkbench.Update ( )
inlinevirtual

Reimplemented from TutorialStep.

Definition at line 101 of file TutorialStep_03_CraftWorkbench.cs.

102 {
103 int num = 1;
104 if (num == 0)
105 {
106 }
107 int myPlayer = Main.myPlayer;
108 int num2 = 1;
109 this.got10Wood = num2 != 0;
110 if (num == 0)
111 {
112 }
114 return this.placedWorkbench;
115 }
class f__AnonymousType0<< Count > j__TPar
static int myPlayer
Definition Main.cs:2337

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