| 732 | } |
| 733 | |
| 734 | std::shared_ptr<AFINetServerService> AFCGameNetModule::GetNetServerService() |
| 735 | { |
| 736 | return m_pNetServerService; |
| 737 | } |
| 738 | |
| 739 | bool AFCGameNetModule::AddPlayerGateInfo(const AFGUID& nRoleID, const AFGUID& nClientID, const int nGateID) |
| 740 | { |
nothing calls this directly
no outgoing calls
no test coverage detected