| 160 | //} |
| 161 | |
| 162 | bool AFCWorldNetModule::SendMsgToGame( |
| 163 | const int nGameID, const AFMsg::EGameMsgID eMsgID, google::protobuf::Message& xData, const AFGUID nPlayer) |
| 164 | { |
| 165 | // std::shared_ptr<AFServerData> pData = mGameMap.GetElement(nGameID); |
| 166 | |
| 167 | // if (nullptr != pData) |
| 168 | //{ |
| 169 | // m_pNetServer->SendPBMsg(eMsgID, xData, pData->xClient, nPlayer); |
| 170 | //} |
| 171 | |
| 172 | return true; |
| 173 | } |
| 174 | |
| 175 | bool AFCWorldNetModule::SendMsgToGame(const AFIDataList& argObjectVar, const AFIDataList& argGameID, |
| 176 | const AFMsg::EGameMsgID eMsgID, google::protobuf::Message& xData) |