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

◆ GetPowerId< T >()

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

Definition at line 54 of file CreativePowerManager.cs.

54 : ICreativePower
55 {
56 return PowerTypeStorage<T>.Id;
57 }