GenericFuel constructor

GenericFuel(
  1. FuelType type
)

Implementation

GenericFuel(FuelType type)
  : type = type, additives = [];