walkto.cc

来自「The Little Green BATS is the first and s」· CC 代码 · 共 22 行

CC
22
字号
#include "walkto.ih"WalkTo::WalkTo(string const &id, string const &playerClass)  : Behavior("WalkTo", id, playerClass){  //  XMLNodeSet params = getParams("/settings");  d_tree = new AST::Node(sequenceType);  d_tree->addChild(new AST::Node(andType));  d_tree->getChild(0)->addChild(new AST::Node(orType));  d_tree->addChild(new AST::Node(andType));  d_tree->getChild(1)->addChild(new AST::Node(orType));  d_tree->addChild(new AST::Node(andType));  d_tree->getChild(2)->addChild(new AST::Node(orType));  d_tree->getChild(2)->addChild(new AST::Node(orType));    }

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?