models/construction
Types
pub type Construction {
Construction(
symbol: waypoint_symbol.WaypointSymbol,
materials: List(construction_material.ConstructionMaterial),
is_complete: Bool,
)
}
Constructors
-
Construction( symbol: waypoint_symbol.WaypointSymbol, materials: List(construction_material.ConstructionMaterial), is_complete: Bool, )
Values
pub fn decoder() -> decode.Decoder(Construction)