Exemple #1
0
 public void SendData(Packet _packet)
 {
     GameServer.SendUDPData(endPoint, _packet);
 }