------------------------------------------------- OBSERVER -----------------------------------------------
| 158 | } |
| 159 | //------------------------------------------------- OBSERVER ----------------------------------------------- |
| 160 | bool PlayerImpl::isObserver() const |
| 161 | { |
| 162 | return !self->isParticipating; |
| 163 | } |
| 164 | //------------------------------------------------ AVAILABILITY -------------------------------------------- |
| 165 | int PlayerImpl::getMaxUpgradeLevel(UpgradeType upgrade) const |
| 166 | { |
no outgoing calls
no test coverage detected