| 1640 | if (_client) |
| 1641 | { |
| 1642 | return _client->GetPlayerRole(role); |
| 1643 | } |
| 1644 | else |
| 1645 | { |
| 1646 | return nullptr; |
| 1647 | } |
| 1648 | } |
| 1649 | |
| 1650 | const PlayerRole* NetworkManager::GetMyPlayerRole() const |
| 1651 | { |
nothing calls this directly
no test coverage detected