UnitTestAIAlgorithm.TestState.getChildAt C# (CSharp) 메소드

getChildAt() 공개 메소드

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