|
RpgGame
Console Based RPG game in C#
|
Provides shared state for dungeon generation procedures. More...
Properties | |
| List< RectRoom > | Rooms = new() [get] |
| Gets the collection of rooms created during dungeon generation. | |
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.