LogicSpawn.GTARPG.Core.AbilityTrees.NTree.GetChild C# (CSharp) Méthode

GetChild() public méthode

public GetChild ( int i ) : NTree
i int
Résultat NTree
        public NTree GetChild(int i)
        {
            return children[i];
        }