* Assigns the soldier to a new craft. * @param craft Pointer to craft. */
| 213 | * @param craft Pointer to craft. |
| 214 | */ |
| 215 | void Soldier::setCraft(Craft *craft) |
| 216 | { |
| 217 | _craft = craft; |
| 218 | } |
| 219 | |
| 220 | /** |
| 221 | * Returns the soldier's craft string, which |
no outgoing calls
no test coverage detected