TruckFuel constructor

TruckFuel(
  1. TruckFuelType type
)

Implementation

TruckFuel(TruckFuelType type)
  : type = type, maximumTruckClass = null;