PMCfgDefs
data class PMCfgDefs(val cfgDefs: List<PMCfgDefinition>? = null, val vehicleDefs: List<PMCfgDefinition>? = null, val vehicleVariants: List<PMCfgVehicleVariant>? = null)
Represents list of configuration option definitions
Constructors
Link copied to clipboard
fun PMCfgDefs(cfgDefs: List<PMCfgDefinition>? = null, vehicleDefs: List<PMCfgDefinition>? = null, vehicleVariants: List<PMCfgVehicleVariant>? = null)