* Gets the amount of time this item * takes to arrive at a base. * @return The time in hours. */
| 254 | * @return The time in hours. |
| 255 | */ |
| 256 | int RuleItem::getTransferTime() const |
| 257 | { |
| 258 | return _transferTime; |
| 259 | } |
| 260 | |
| 261 | /** |
| 262 | * Gets the weight of the item. |