|
RpgGame
Console Based RPG game in C#
|
Fills the entire dungeon with floor tiles, creating an empty open space. More...
Public Member Functions | |
| Task | ApplyAsync (Level level, DungeonContext context) |
| Applies the empty dungeon generation to the level. | |
Fills the entire dungeon with floor tiles, creating an empty open space.
This is a simple initialization procedure that can serve as a starting point for more complex dungeon generation pipelines.
|
inline |
Applies the empty dungeon generation to the level.
| level | The level being generated. |
| context | Shared generation state. |
Implements RpgGame.Generation.IDungeonProcedure.