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

◆ GetPower< T >()

T Terraria.GameContent.Creative.CreativePowerManager.GetPower< T > ( )
inline
Type Constraints
T :ICreativePower 

Definition at line 49 of file CreativePowerManager.cs.

49 : ICreativePower
50 {
51 return PowerTypeStorage<T>.Power;
52 }