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

◆ TryTogglingShield()

void Terraria.Player.TryTogglingShield ( bool shouldGuard)
inline

Definition at line 9247 of file Player.cs.

9248 {
9249 bool flag = this.shieldRaised;
9250 }

References Terraria.Player.shieldRaised.

Referenced by Terraria.Player.ItemCheck_ManageRightClickFeatures_ShieldRaise().