This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
GFG_New
/
ET9_WebGL_Dev
Segui
2
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Sfoglia il codice sorgente
行为树编辑器增加PathPatrol节点
tanghai
11 anni fa
parent
303e3c0b39
commit
9ebe4e6aac
1 ha cambiato i file
con
1 aggiunte
e
0 eliminazioni
Visualizzazione separata
Mostra Diff Stats
1
0
CSharp/App/Modules/BehaviorTreeModule/NodeType.cs
+ 1
- 0
CSharp/App/Modules/BehaviorTreeModule/NodeType.cs
Vedi File
@@ -31,5 +31,6 @@
Move = 20007,
CloseTarget = 20008,
LeaveTarget = 20009,
+ PathPatrol = 20010,
}
}