File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ Fluid Behavior Tree is used through [Unity's Package Manager](https://docs.unity
116
116
}
117
117
],
118
118
"dependencies" : {
119
- "com.fluid.behavior-tree" : " 2.0.1 "
119
+ "com.fluid.behavior-tree" : " 2.2.0 "
120
120
}
121
121
}
122
122
```
@@ -138,11 +138,11 @@ with units who attempt to capture the flag while grabbing power ups to try and g
138
138
- [ Wait Time] ( #wait-time )
139
139
+ [ Conditions] ( #conditions )
140
140
- [ Generic] ( #condition-generic )
141
- - [ RandomChance] ( #random-chance )
141
+ - [ RandomChance] ( #randomchance )
142
142
+ [ Composites] ( #composites )
143
143
- [ Sequence] ( #sequence )
144
144
- [ Selector] ( #selector )
145
- - [ SelectorRandom] ( #selector-random )
145
+ - [ SelectorRandom] ( #selectorrandom )
146
146
- [ Parallel] ( #parallel )
147
147
+ [ Decorators] ( #decorators )
148
148
- [ Generic] ( #decorator-generic )
You can’t perform that action at this time.
0 commit comments