models/jump_gate
Types
pub type JumpGate {
JumpGate(
symbol: waypoint_symbol.WaypointSymbol,
connections: List(waypoint_symbol.WaypointSymbol),
)
}
Constructors
-
JumpGate( symbol: waypoint_symbol.WaypointSymbol, connections: List(waypoint_symbol.WaypointSymbol), )
Values
pub fn decoder() -> decode.Decoder(JumpGate)