models/ship_crew
Types
pub type ShipCrew {
ShipCrew(
current: Int,
required: Int,
capacity: Int,
rotation: crew_rotation.CrewRotation,
morale: Int,
wages: Int,
)
}
Constructors
-
ShipCrew( current: Int, required: Int, capacity: Int, rotation: crew_rotation.CrewRotation, morale: Int, wages: Int, )
Values
pub fn decoder() -> decode.Decoder(ShipCrew)