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

Fills the entire dungeon with floor tiles, creating an empty open space. More...

Inheritance diagram for RpgGame.Generation.Procedures.EmptyDungeonProcedure:
Collaboration diagram for RpgGame.Generation.Procedures.EmptyDungeonProcedure:

Public Member Functions

Task ApplyAsync (Level level, DungeonContext context)
 Applies the empty dungeon generation to the level.
 

Detailed Description

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.

Member Function Documentation

◆ ApplyAsync()

Task RpgGame.Generation.Procedures.EmptyDungeonProcedure.ApplyAsync ( Level  level,
DungeonContext  context 
)
inline

Applies the empty dungeon generation to the level.

Parameters
levelThe level being generated.
contextShared generation state.
Returns
A completed task.

Implements RpgGame.Generation.IDungeonProcedure.

Here is the call graph for this function:

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