Esempio n. 1
0
 protected override void SetShipElement(ShipMapCell cell, ShipElement element)
 {
     if (cell == null)
     {
         return;
     }
     cell.StandCable = (Cable)element;
 }
Esempio n. 2
0
 protected abstract void SetShipElement(ShipMapCell cell, ShipElement element);
Esempio n. 3
0
 protected override void SetShipElement(ShipMapCell cell, ShipElement element)
 {
     cell.StandObject = (DeckObject)element;
 }
Esempio n. 4
0
 protected override void SetShipElement(ShipMapCell cell, ShipElement element)
 {
     cell.StandAirPipe = (AirPipe)element;
 }
Esempio n. 5
0
 protected override void SetShipElement(ShipMapCell cell, ShipElement element)
 {
     cell.Deck = (FloorTile)element;
 }