Exemple #1
0
        public void Load(List <ActionNodeData> nodes)
        {
            ActionNodeData root = new ActionNodeData();

            root.AddRange(nodes);
            Load(root, Nodes);
        }