Class DungeonEntrancePostGen
Selects [count] rooms and places external doors to them.
Inheritance
System.Object
DungeonEntrancePostGen
Implements
Namespace: Content.Shared.Procedural.PostGeneration
Assembly: Content.Shared.dll
Syntax
public sealed class DungeonEntrancePostGen : object, IPostDunGen
Fields
| Improve this Doc View SourceCount
How many rooms we place doors on.
Declaration
public int Count
Field Value
Type | Description |
---|---|
System.Int32 |
Entities
Declaration
public List<string?> Entities
Field Value
Type | Description |
---|---|
List<System.Nullable<System.String>> |
Tile
Declaration
public string Tile
Field Value
Type | Description |
---|---|
System.String |