* Gets how much fuel is added to the * craft while refuelling. * @return The amount of fuel. */
| 251 | * @return The amount of fuel. |
| 252 | */ |
| 253 | int RuleCraft::getRefuelRate() const |
| 254 | { |
| 255 | return _refuelRate; |
| 256 | } |
| 257 | |
| 258 | /** |
| 259 | * Gets the craft's radar range |