private void CreateBasicGrid() { gridCells = CreateCellsGrid(floorCellWidth, floorCellDepth); gridBase = Grids.CreateBasicGrid(floorCellWidth, floorCellDepth, cellCols, cellRows, gridCells); }