protected override void SetShipElement(ShipMapCell cell, ShipElement element) { if (cell == null) { return; } cell.StandCable = (Cable)element; }
protected abstract void SetShipElement(ShipMapCell cell, ShipElement element);
protected override void SetShipElement(ShipMapCell cell, ShipElement element) { cell.StandObject = (DeckObject)element; }
protected override void SetShipElement(ShipMapCell cell, ShipElement element) { cell.StandAirPipe = (AirPipe)element; }
protected override void SetShipElement(ShipMapCell cell, ShipElement element) { cell.Deck = (FloorTile)element; }