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

◆ GetId< T >()

ushort Terraria.Net.NetManager.GetId< T > ( )
inline
Type Constraints
T :NetModule 

Definition at line 42 of file NetManager.cs.

42 : NetModule
43 {
44 return PacketTypeStorage<T>.Id;
45 }