Class DungeonPresetPrototype
Inheritance
System.Object
DungeonPresetPrototype
Implements
Robust.Shared.Prototypes.IPrototype
Namespace: Content.Shared.Procedural
Assembly: Content.Shared.dll
Syntax
public sealed class DungeonPresetPrototype : object, IPrototype
Fields
| Improve this Doc View SourceRoomPacks
The room pack bounds we need to fill.
Declaration
public List<Box2i> RoomPacks
Field Value
Type | Description |
---|---|
List<Box2i> |
Properties
| Improve this Doc View SourceID
Declaration
public string ID { get; }
Property Value
Type | Description |
---|---|
System.String |
Implements
Robust.Shared.Prototypes.IPrototype