models/system
Types
pub type System {
System(
constellation: option.Option(constellation.Constellation),
symbol: system_symbol.SystemSymbol,
sector_symbol: sector_symbol.SectorSymbol,
type_: system_type.SystemType,
x: Int,
y: Int,
waypoints: List(system_waypoint.SystemWaypoint),
factions: List(system_faction.SystemFaction),
name: option.Option(String),
)
}
Constructors
-
System( constellation: option.Option(constellation.Constellation), symbol: system_symbol.SystemSymbol, sector_symbol: sector_symbol.SectorSymbol, type_: system_type.SystemType, x: Int, y: Int, waypoints: List(system_waypoint.SystemWaypoint), factions: List(system_faction.SystemFaction), name: option.Option(String), )
Values
pub fn decoder() -> decode.Decoder(System)