terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ SendToClient()

void Terraria.Net.NetManager.SendToClient ( NetPacket packet,
int clientId )
inline

Definition at line 105 of file NetManager.cs.

106 {
107 int num = 1;
108 if (num == 0)
109 {
110 }
111 if (num != 0)
112 {
113 if (num == 0)
114 {
115 }
116 return;
117 }
118 if (num == 0)
119 {
120 }
121 if (num != 0)
122 {
124 return;
125 }
126 }
class f__AnonymousType0<< Count > j__TPar
void SendToServerOrLoopback(NetPacket packet)
Definition NetManager.cs:83

References Terraria.Net.NetManager.SendToServerOrLoopback().

Referenced by Terraria.Net.NetManager.Broadcast().