| 1500 | } |
| 1501 | |
| 1502 | void PlayerManager::RegisterCommandTargetProcessor(ICommandTargetProcessor *pHandler) |
| 1503 | { |
| 1504 | target_processors.push_back(pHandler); |
| 1505 | } |
| 1506 | |
| 1507 | void PlayerManager::UnregisterCommandTargetProcessor(ICommandTargetProcessor *pHandler) |
| 1508 | { |
no test coverage detected