* Returns the list of crafts in the base. * @return Pointer to the craft list. */
| 300 | * @return Pointer to the craft list. |
| 301 | */ |
| 302 | std::vector<Craft*> *Base::getCrafts() |
| 303 | { |
| 304 | return &_crafts; |
| 305 | } |
| 306 | |
| 307 | /** |
| 308 | * Returns the list of transfers destined |
no outgoing calls
no test coverage detected