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

◆ DrawReforge()

void GUIReforge.DrawReforge ( )
inline

Definition at line 89 of file GUIReforge.cs.

90 {
91 int type = this.ReforgeItem.type;
92 Item reforgeItem = this.ReforgeItem;
93 }
Item ReforgeItem

References ReforgeItem, and Terraria.Item.type.