LoadCargo

data class LoadCargo(val cargoId: String) : CargoPickupIntent

Requests that previously stored cargo be retrieved from the Shuttle warehouse using the provided cargo identifier.

Constructors

Link copied to clipboard
constructor(cargoId: String)

Properties

Link copied to clipboard

the identifier of the cargo to retrieve from the warehouse.