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

◆ shopSellbackHelper

ItemShopSellbackHelper Terraria.Main.shopSellbackHelper
staticgetset

Definition at line 2588 of file Main.cs.

2589 {
2590 get
2591 {
2592 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
2593 }
2594 set
2595 {
2596 }
2597 }

Referenced by Terraria.Chest.AddItemToShop(), Terraria.Player.SellItem(), and Terraria.Player.SellItemAmount().