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

◆ CanShowItemDropInUI()

bool Terraria.GameContent.ItemDropRules.Conditions.PlayerNeedsHealing.CanShowItemDropInUI ( )
inline

Implements Terraria.GameContent.ItemDropRules.IItemDropRuleCondition.

Definition at line 512 of file Conditions.cs.

513 {
514 return true;
515 }