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

◆ CanShowItemDropInUI()

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

Implements Terraria.GameContent.ItemDropRules.IItemDropRuleCondition.

Definition at line 359 of file Conditions.cs.

360 {
361 return true;
362 }