JourneyStepFULL version only
Class in ChivalrousGames.DungeonMaster
Description
Represents a smaller Journey through a single Level of the Dungeon.
Properties
Goal | Room | ReadOnly Gets the goal (destination) Room of this JourneyStep. |
Length | int | ReadOnly Gets the length of this JourneyStep. Each unit represents a Room along the way. |
Constructors
Constructor
public JourneyStep(JourneyNode goal);
Parameters
goal | JourneyNode | The goal node for this JourneyStep |
Return
JourneyStep | A new instance of JourneyStep |
Description
Initializes a new instance of JourneyStep with a goal JourneyNode.