| 242 | } |
| 243 | |
| 244 | void NetClient::add_recv_callback(MessageCommandType commandID, const NetClientRecvCallback& callback) { |
| 245 | recvCallbacks[commandID] = callback; |
| 246 | } |
| 247 | |
| 248 | NetClient::~NetClient() { |
| 249 | if(directConnectServer) { |
no outgoing calls
no test coverage detected