models/ship_condition_event

Types

pub type ShipConditionEvent {
  ShipConditionEvent(
    symbol: ship_condition_event_symbol.ShipConditionEventSymbol,
    component: ship_component.ShipComponent,
    name: String,
    description: String,
  )
}

Constructors

Values

Search Document