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

◆ CanShowItemDropInUI()

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

Implements Terraria.GameContent.ItemDropRules.IItemDropRuleCondition.

Definition at line 494 of file Conditions.cs.

495 {
496 return true;
497 }