| 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; } |
| 93 | class IStorage *Storage() { return m_pStorage; } |
no outgoing calls
no test coverage detected