Ejemplo n.º 1
0
 public void NotifyInConnectClient(ServerPacketData requestData)
 {
     MainServer.MainLogger.Debug($"Current Connected Session Count: {ServerNetwork.SessionCount}");
 }
Ejemplo n.º 2
0
 public void InsertPacket(ServerPacketData data)
 {
     MsgBuffer.Post(data);
 }