예제 #1
0
파일: Cable.cs 프로젝트: palich12/Covenant
 protected override void SetShipElement(ShipMapCell cell, ShipElement element)
 {
     if (cell == null)
     {
         return;
     }
     cell.StandCable = (Cable)element;
 }
예제 #2
0
 protected abstract void SetShipElement(ShipMapCell cell, ShipElement element);
예제 #3
0
 protected override void SetShipElement(ShipMapCell cell, ShipElement element)
 {
     cell.StandObject = (DeckObject)element;
 }
예제 #4
0
 protected override void SetShipElement(ShipMapCell cell, ShipElement element)
 {
     cell.StandAirPipe = (AirPipe)element;
 }
예제 #5
0
 protected override void SetShipElement(ShipMapCell cell, ShipElement element)
 {
     cell.Deck = (FloorTile)element;
 }