parallel.children().add(new MonitorNode());
parallel.children().add(new DebugNode(3));
BehaviorTreeData tree = new BehaviorTreeData();
tree.setRoot(sequence);
tree.createRenderable();
tree.layout(null);
return tree;
}
@Before
public void setup() throws Exception {