Fuel

data class Fuel(val budget: Volume) : Budget

A fuel budget.

Constructors

Link copied to clipboard
constructor(budget: Volume)

Properties

Link copied to clipboard

The maximum amount of fuel that may be used, e.g. in liters. This is only valid for a Vehicle that has a CombustionEngine.