models/construction

Types

pub type Construction {
  Construction(
    symbol: waypoint_symbol.WaypointSymbol,
    materials: List(construction_material.ConstructionMaterial),
    is_complete: Bool,
  )
}

Constructors

Values

Search Document