models/ship_type

Types

pub type ShipType {
  ShipProbe
  ShipMiningDrone
  ShipSiphonDrone
  ShipInterceptor
  ShipLightHauler
}

Constructors

  • ShipProbe
  • ShipMiningDrone
  • ShipSiphonDrone
  • ShipInterceptor
  • ShipLightHauler

Values

pub fn encode(ship_type: ShipType) -> json.Json
pub fn parse(value: String) -> Result(ShipType, Nil)
pub fn to_string(ship_type: ShipType) -> String
Search Document