GridGenerator.Corridors Field

MyDungeon

GridGeneratorCorridors Field

All the corridors that connect the rooms

Namespace:  MyDungeon.DungeonGeneration.GridBasedGenerator
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
protected List<Corridor> Corridors

Field Value

Type: ListCorridor
See Also