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

◆ SellItem()

void GUIInventoryTransactions.SellItem ( )
inline

Definition at line 44 of file GUIInventoryTransactions.cs.

45 {
46 int npcShop = Main.npcShop;
47 int myPlayer = Main.myPlayer;
50 }
class f__AnonymousType0<< Count > j__TPar
static int myPlayer
Definition Main.cs:2337
static int npcShop
Definition Main.cs:2547

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