| 2318 | return unitWeapons::groundWeapon[this->getID()]; |
| 2319 | } |
| 2320 | int UnitType::maxGroundHits() const |
| 2321 | { |
| 2322 | return groundWeaponHits[this->getID()]; |
| 2323 | } |
| 2324 | WeaponType UnitType::airWeapon() const |
| 2325 | { |
| 2326 | return unitWeapons::airWeapon[this->getID()]; |