DrivetrainConfigurationConfig

@Serializable
data class DrivetrainConfigurationConfig(var motorNames: MutableList<String> = arrayListOf(), var chosenMotors: MutableList<String> = arrayListOf("", "", "", "", "", "", "", "",))

Constructors

Link copied to clipboard
constructor(motorNames: MutableList<String> = arrayListOf(), chosenMotors: MutableList<String> = arrayListOf("", "", "", "", "", "", "", "",))

Properties

Link copied to clipboard
Link copied to clipboard