Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ CanDrop()

bool Terraria.GameContent.ItemDropRules.OneFromOptionsNotScaledWithLuckDropRule.CanDrop ( DropAttemptInfo info)
inline

Implements Terraria.GameContent.ItemDropRules.IItemDropRule.

Definition at line 23 of file OneFromOptionsNotScaledWithLuckDropRule.cs.

24 {
25 return true;
26 }