Class DungeonConfigPrototype
Inheritance
System.Object
DungeonConfigPrototype
Implements
Robust.Shared.Prototypes.IPrototype
Namespace: Content.Shared.Procedural
Assembly: Content.Shared.dll
Syntax
public sealed class DungeonConfigPrototype : object, IPrototype
Fields
| Improve this Doc View SourceGenerator
Declaration
public IDunGen Generator
Field Value
Type | Description |
---|---|
IDunGen |
PostGeneration
Ran after the main dungeon is created.
Declaration
public List<IPostDunGen> PostGeneration
Field Value
Type | Description |
---|---|
List<IPostDunGen> |
Properties
| Improve this Doc View SourceID
Declaration
public string ID { get; }
Property Value
Type | Description |
---|---|
System.String |
Implements
Robust.Shared.Prototypes.IPrototype