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

◆ AddOption_Interchangable()

void Terraria.GameContent.ItemTrader.AddOption_Interchangable ( int itemType1,
int itemType2 )
inline

Definition at line 12 of file ItemTrader.cs.

13 {
14 this.AddOption_OneWay(itemType1, 1, itemType2, 1);
15 this.AddOption_OneWay(itemType2, 1, itemType1, 1);
16 }
class f__AnonymousType0<< Count > j__TPar
void AddOption_OneWay(int takingItemType, int takingItemStack, int givingItemType, int givingItemStack)
Definition ItemTrader.cs:32

References Terraria.GameContent.ItemTrader.AddOption_OneWay(), and j__TPar.