Click or drag to resize

QuestModelMustStartInOrder Property

Requires Missions in this Quest to begin in the order in which they are defined.

Namespace:  Livit.Learn.Model
Assembly:  Livit.Learn.Model (in Livit.Learn.Model.dll) Version: 0.0.0.0
Syntax
C#
public bool MustStartInOrder { get; set; }

Property Value

Type: Boolean

Implements

ITaskBasedFlowModelMustStartInOrder
See Also