models/ship_registration
Types
pub type ShipRegistration {
ShipRegistration(
name: String,
faction_symbol: faction_symbol.FactionSymbol,
role: ship_role.ShipRole,
)
}
Constructors
-
ShipRegistration( name: String, faction_symbol: faction_symbol.FactionSymbol, role: ship_role.ShipRole, )
Values
pub fn decoder() -> decode.Decoder(ShipRegistration)