spacetraders_models/ship_nav_route_waypoint
Types
pub type ShipNavRouteWaypoint {
  ShipNavRouteWaypoint(
    symbol: waypoint_symbol.WaypointSymbol,
    type_: waypoint_type.WaypointType,
    system_symbol: system_symbol.SystemSymbol,
    x: Int,
    y: Int,
  )
}
      
      Constructors
- 
          
ShipNavRouteWaypoint( symbol: waypoint_symbol.WaypointSymbol, type_: waypoint_type.WaypointType, system_symbol: system_symbol.SystemSymbol, x: Int, y: Int, ) 
Values
pub fn decoder() -> decode.Decoder(ShipNavRouteWaypoint)