Ejemplo n.º 1
0
    public CutsceneTreeNode(long index, string name, List <TreeBranch> branchList, List <TreeNodeFlagSet> flagSetList, CutsceneNodeContent content)
    {
        this.content = content;
        this.index   = index;
        this.name    = name;

        this.branchList  = branchList;
        this.flagSetList = flagSetList;
    }
Ejemplo n.º 2
0
        public CutsceneTreeNode(long index, string name, List<TreeBranch> branchList, List<TreeNodeFlagSet> flagSetList, CutsceneNodeContent content)
        {
            this.content = content;
            this.index = index;
            this.name = name;

            this.branchList = branchList;
            this.flagSetList = flagSetList;
        }