AllowTool.UnlimitedDesignationDragger.GetAffectedCells C# (CSharp) Method

GetAffectedCells() public method

public GetAffectedCells ( ) : IEnumerable
return IEnumerable
		public IEnumerable<IntVec3> GetAffectedCells() {
			return affectedCells;
		}