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

◆ GetIsUnlocked()

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

Implements Terraria.GameContent.Creative.ICreativePower.

Definition at line 743 of file CreativePowers.cs.

744 {
745 return true;
746 }