* Gets the front armor level. * @return The front armor level. */
| 116 | * @return The front armor level. |
| 117 | */ |
| 118 | int Armor::getFrontArmor() const |
| 119 | { |
| 120 | return _frontArmor; |
| 121 | } |
| 122 | |
| 123 | /** |
| 124 | * Gets the side armor level. |
no outgoing calls
no test coverage detected