public Stockpile GetIntersectingStockpile(BoundingBox v) { return(Stockpiles.FirstOrDefault(pile => pile.Intersects(v))); }
public Stockpile GetIntersectingStockpile(Voxel v) { return(Stockpiles.FirstOrDefault(pile => pile.Intersects(v))); }