models/ship_condition_event
Types
pub type ShipConditionEvent {
ShipConditionEvent(
symbol: ship_condition_event_symbol.ShipConditionEventSymbol,
component: ship_component.ShipComponent,
name: String,
description: String,
)
}
Constructors
-
ShipConditionEvent( symbol: ship_condition_event_symbol.ShipConditionEventSymbol, component: ship_component.ShipComponent, name: String, description: String, )
Values
pub fn decoder() -> decode.Decoder(ShipConditionEvent)