예제 #1
0
 public override void DrawExtraSelectionOverlays()
 {
     base.DrawExtraSelectionOverlays();
     if (this.GetComp <CompPowerWorkSetting>() == null)
     {
         GenDraw.DrawFieldEdges(IngredientStackCells.ToList());
     }
 }
예제 #2
0
 public override void DrawExtraSelectionOverlays()
 {
     base.DrawExtraSelectionOverlays();
     GenDraw.DrawFieldEdges(IngredientStackCells.ToList());
 }
        private void MakeMatchingStockpileZone()
        {
            Designator_ZoneAddStockpile_Resources stockpileZone = new Designator_ZoneAddStockpile_Resources();

            stockpileZone.DesignateMultiCell(IngredientStackCells.Where(c => c != OutputComp.CurrentCell));
        }