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_08_KillZombies.OnGuideDialogueOpen ( )
inlinevirtual

Reimplemented from TutorialStep.

Definition at line 40 of file TutorialStep_08_KillZombies.cs.

41 {
42 if (this.killing)
43 {
44 return;
45 }
46 if (this.armourHead && this.armourBody)
47 {
48 bool flag = this.armourLegs;
49 if (flag)
50 {
51 this.killing = true;
52 if (!flag)
53 {
54 }
57 return;
58 }
59 }
60 }
class f__AnonymousType0<< Count > j__TPar
static DateTime Now
Definition DateTime.cs:530

References armourBody, armourHead, armourLegs, j__TPar, killing, and System.DateTime.Now.