models/ship_crew

Types

pub type ShipCrew {
  ShipCrew(
    current: Int,
    required: Int,
    capacity: Int,
    rotation: crew_rotation.CrewRotation,
    morale: Int,
    wages: Int,
  )
}

Constructors

Values

Search Document