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

◆ CanShowItemDropInUI()

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

Implements Terraria.GameContent.ItemDropRules.IItemDropRuleCondition.

Definition at line 166 of file Conditions.cs.

167 {
168 return true;
169 }