Class DungeonRoomPackPrototype
Inheritance
System.Object
DungeonRoomPackPrototype
Implements
Robust.Shared.Prototypes.IPrototype
Namespace: Content.Shared.Procedural
Assembly: Content.Shared.dll
Syntax
public sealed class DungeonRoomPackPrototype : object, IPrototype
Fields
| Improve this Doc View SourceRooms
Declaration
public List<Box2i> Rooms
Field Value
Type | Description |
---|---|
List<Box2i> |
Size
Used to associate the room pack with other room packs with the same dimensions.
Declaration
public Vector2i Size
Field Value
Type | Description |
---|---|
Vector2i |
Properties
| Improve this Doc View SourceID
Declaration
public string ID { get; }
Property Value
Type | Description |
---|---|
System.String |
Implements
Robust.Shared.Prototypes.IPrototype