MapRunner.cs

This is the main class used for map generation in Crimson Labyrinth. This is a long one, using other classes like MapGenerationPath, MapGenerationArea, and TileGenerationRule for keeping track of map data and generation settings.

Code Snippet