models/ship_registration

Types

pub type ShipRegistration {
  ShipRegistration(
    name: String,
    faction_symbol: faction_symbol.FactionSymbol,
    role: ship_role.ShipRole,
  )
}

Constructors

Values

Search Document