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

◆ Remove()

int Terraria.GameContent.ItemShopSellbackHelper.Remove ( Item item)
inline

Definition at line 36 of file ItemShopSellbackHelper.cs.

37 {
38 int num = 1;
39 List<ItemShopSellbackHelper.ItemMemo> memos = this._memos;
40 int size;
41 if (memos != null)
42 {
43 size = memos._size;
44 memos._size = num;
46 }
47 return size;
48 }
class f__AnonymousType0<< Count > j__TPar
List< ItemShopSellbackHelper.ItemMemo > _memos

References Terraria.GameContent.ItemShopSellbackHelper._memos, and j__TPar.