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

◆ PurchasePendingItems()

void GUIShop.PurchasePendingItems ( )
inline

Definition at line 213 of file GUIShop.cs.

214 {
216 if (pendingPurchase)
217 {
218 if (!pendingPurchase)
219 {
220 }
221 int myPlayer = Main.myPlayer;
222 }
223 }
class f__AnonymousType0<< Count > j__TPar
bool _pendingPurchase
Definition GUIShop.cs:350
static int myPlayer
Definition Main.cs:2337

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