//spawns the coridoors tiles public void SpawnCoridoor() { tileGenerator.DrawCoridoor(xCentre, zCentre, width, height); SpawnWalls(); SpawnMinimapCoridoor(); }