Liquids
Type
Class that represent different liquids types
Author
Felipe Gonzalez
Inheritors
Types
Link copied to clipboard
Subclass for Adblue representation
Link copied to clipboard
class Fuel(val capacity: Float, warning: WarningLevels, val value: Float, val avgConsumption: Float, val range: Float) : LiquidsType
Sub class for fuel representation
Link copied to clipboard
Subclass for Oil representation
Link copied to clipboard
Subclass for water representation