Sfoglia il codice sorgente

行为树编辑器增加PathPatrol节点

tanghai 11 anni fa
parent
commit
9ebe4e6aac
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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,
     }
 }