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.CoinLossRevengeSystem.Update ( )
inline

Definition at line 109 of file CoinLossRevengeSystem.cs.

110 {
111 int gameTime = this._gameTime;
113 if (gameTime == 0)
114 {
115 }
116 bool netClient = Main.NetClient;
117 if (gameTime != 0)
118 {
119 return;
120 }
122 }
class f__AnonymousType0<< Count > j__TPar

References Terraria.GameContent.CoinLossRevengeSystem._gameTime, j__TPar, Terraria.Main.NetClient, and Terraria.GameContent.CoinLossRevengeSystem.RemoveExpiredOrInvalidMarkers().