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()

void Terraria.GameContent.ShimmerUnstuckHelper.Update ( Player player)
inline

Definition at line 20 of file ShimmerUnstuckHelper.cs.

21 {
22 if (player.shimmering || player.shimmerWet)
23 {
26 return;
27 }
28 Vector2 bottom = player.Bottom;
29 }
class f__AnonymousType0<< Count > j__TPar

References Terraria.Entity.Bottom, j__TPar, Terraria.Player.shimmering, and Terraria.Entity.shimmerWet.