| 214 | CServerCapabilities m_ServerCapabilities; |
| 215 | |
| 216 | bool ServerCapAnyPlayerFlag() const override { return m_ServerCapabilities.m_AnyPlayerFlag; } |
| 217 | |
| 218 | CServerInfo m_CurrentServerInfo; |
| 219 | int64_t m_CurrentServerInfoRequestTime = -1; // >= 0 should request, == -1 got info |
no outgoing calls
no test coverage detected