UnitTestAIAlgorithm.TestState.getChildAt C# (CSharp) Method

getChildAt() public method

public getChildAt ( int getStep ) : IState
getStep int
return IState
        public IState getChildAt(int getStep)
        {
            return list[getStep];
        }