AllowTool.Designator_MassSelect.DesignateMultiCell C# (CSharp) Method

DesignateMultiCell() public method

public DesignateMultiCell ( IEnumerable cells ) : void
cells IEnumerable
return void
		public override void DesignateMultiCell(IEnumerable<IntVec3> cells) {
			if (!addToSelection) Find.Selector.ClearSelection();
			base.DesignateMultiCell(cells);
			TryCloseArchitectMenu();
			constraintsNeedReindexing = true;
		}