瀏覽代碼

行为树编辑器增加PathPatrol节点

tanghai 11 年之前
父節點
當前提交
9ebe4e6aac
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      CSharp/App/Modules/BehaviorTreeModule/NodeType.cs

+ 1 - 0
CSharp/App/Modules/BehaviorTreeModule/NodeType.cs

@@ -31,5 +31,6 @@
         Move = 20007,
         CloseTarget = 20008,
         LeaveTarget = 20009,
+        PathPatrol = 20010,
     }
 }