Terraria v1.4.4.9
Terraria source code documentation
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros

◆ GetIsUnlocked()

override bool Terraria.GameContent.Creative.CreativePowers.StopBiomeSpreadPower.GetIsUnlocked ( )
inline

Implements Terraria.GameContent.Creative.ICreativePower.

Definition at line 1531 of file CreativePowers.cs.

1532 {
1533 return true;
1534 }