| 87 | |
| 88 | public: |
| 89 | class IGameServer *GameServer() { return m_pGameServer; } |
| 90 | class CConfig *Config() { return m_pConfig; } |
| 91 | const CConfig *Config() const { return m_pConfig; } |
| 92 | class IConsole *Console() { return m_pConsole; } |
no outgoing calls
no test coverage detected