| 223 | } |
| 224 | |
| 225 | std::shared_ptr<AFINetServerService> AFCWorldNetModule::GetNetServer() |
| 226 | { |
| 227 | return m_pNetServer; |
| 228 | } |
| 229 | |
| 230 | int AFCWorldNetModule::GetPlayerGameID(const AFGUID& self) |
| 231 | { |
nothing calls this directly
no outgoing calls
no test coverage detected