Room.Connections Field

MyDungeon

RoomConnections Field

The tiles of the room walls that are connected to corridors

Namespace:  MyDungeon.DungeonGeneration.GridBasedGenerator
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public List<Coord> Connections

Field Value

Type: ListCoord
See Also