models/scanned_system

Types

pub type ScannedSystem {
  ScannedSystem(
    symbol: system_symbol.SystemSymbol,
    sector_symbol: sector_symbol.SectorSymbol,
    type_: system_type.SystemType,
    x: Int,
    y: Int,
    distance: Int,
  )
}

Constructors

Values

Search Document