void GetVolumeCells(DungeonArchitect.Volume volume, int y, List <IntVector> OutCells)
 {
     OutCells.Clear();
     // TODO: Implement me
 }
 bool VolumeEncompassesPoint(DungeonArchitect.Volume volume, IntVector GridPoint)
 {
     // TODO: Implement me
     return(false);
 }