LogicSpawn.GTARPG.Core.AbilityTrees.NTree.GetChild C# (CSharp) 메소드

GetChild() 공개 메소드

public GetChild ( int i ) : NTree
i int
리턴 NTree
        public NTree GetChild(int i)
        {
            return children[i];
        }