RpgGame
Console Based RPG game in C#
Loading...
Searching...
No Matches
RpgGame.Generation.DungeonContext Class Reference

Provides shared state for dungeon generation procedures. More...

Collaboration diagram for RpgGame.Generation.DungeonContext:

Properties

List< RectRoomRooms = new() [get]
 Gets the collection of rooms created during dungeon generation.
 

Detailed Description

Provides shared state for dungeon generation procedures.

This class maintains information about rooms and other features created during the dungeon generation process, allowing procedures to coordinate their work.


The documentation for this class was generated from the following file: