* Returns the craft the soldier is assigned to. * @return Pointer to craft. */
| 204 | * @return Pointer to craft. |
| 205 | */ |
| 206 | Craft *Soldier::getCraft() const |
| 207 | { |
| 208 | return _craft; |
| 209 | } |
| 210 | |
| 211 | /** |
| 212 | * Assigns the soldier to a new craft. |
no outgoing calls
no test coverage detected