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

◆ CanShowItemDropInUI()

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

Implements Terraria.GameContent.ItemDropRules.IItemDropRuleCondition.

Definition at line 850 of file Conditions.cs.

851 {
852 return true;
853 }