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

◆ TryDroppingItem() [1/2]

ItemDropAttemptResult Terraria.GameContent.ItemDropRules.DropBasedOnExpertMode.TryDroppingItem ( DropAttemptInfo info)
inline

Implements Terraria.GameContent.ItemDropRules.IItemDropRule.

Definition at line 62 of file DropBasedOnExpertMode.cs.

63 {
64 return 3;
65 }