| 445 | } |
| 446 | |
| 447 | Command::Result cSrvUnlockSkills(const Command::ArgumentList_t& args, ConsoleInterface& c, GameMap& gameMap) |
| 448 | { |
| 449 | gameMap.consoleAskUnlockSkills(); |
| 450 | return Command::Result::SUCCESS; |
| 451 | } |
| 452 | |
| 453 | Command::Result cKeys(const Command::ArgumentList_t&, ConsoleInterface& c, AbstractModeManager&) |
| 454 | { |
nothing calls this directly
no test coverage detected