wManager.Wow.Helpers Namespace
WRobot

State..::..NextStates Property

Launch these states after Run()()()() this state, empty if not used.

Namespace:  robotManager.FiniteStateMachine
Assembly:  robotManager (in robotManager.dll)

Syntax


public virtual List<State> NextStates { get; }
Public Overridable ReadOnly Property NextStates As List(Of State)
	Get
public:
virtual property List<State^>^ NextStates {
	List<State^>^ get ();
}

Field Value

The next states.