فهرست منبع

行为树编辑器增加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,
     }
 }