| 8 | namespace Star { |
| 9 | |
| 10 | TeamManager::TeamManager() { |
| 11 | m_pvpTeamCounter = 1; |
| 12 | m_maxTeamSize = Root::singleton().configuration()->get("maxTeamSize").toUInt(); |
| 13 | } |
| 14 | |
| 15 | JsonRpcHandlers TeamManager::rpcHandlers() { |
| 16 | return JsonRpcHandlers{ |
nothing calls this directly
no test coverage detected