models/ship_cargo

Types

pub type ShipCargo {
  ShipCargo(
    capacity: Int,
    units: Int,
    inventory: List(ship_cargo_item.ShipCargoItem),
  )
}

Constructors

Values

Search Document