예제 #1
0
    public QuestTreeNode(long index, string name, List <TreeBranch> branchList, List <TreeNodeFlagSet> flagSetList, QuestNodeContent content)
    {
        this.content = content;
        this.index   = index;
        this.name    = name;

        this.branchList  = branchList;
        this.flagSetList = flagSetList;
    }
예제 #2
0
        public QuestTreeNode(long index, string name, List<TreeBranch> branchList, List<TreeNodeFlagSet> flagSetList, QuestNodeContent content)
        {
            this.content = content;
            this.index = index;
            this.name = name;

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