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

◆ GetIsUnlocked()

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

Implements Terraria.GameContent.Creative.ICreativePower.

Definition at line 1429 of file CreativePowers.cs.

1430 {
1431 return true;
1432 }