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
116116 }
117117 ],
118118 "dependencies" : {
119- "com.fluid.behavior-tree" : " 2.0.1 "
119+ "com.fluid.behavior-tree" : " 2.2.0 "
120120 }
121121}
122122```
@@ -138,11 +138,11 @@ with units who attempt to capture the flag while grabbing power ups to try and g
138138 - [ Wait Time] ( #wait-time )
139139 + [ Conditions] ( #conditions )
140140 - [ Generic] ( #condition-generic )
141- - [ RandomChance] ( #random-chance )
141+ - [ RandomChance] ( #randomchance )
142142 + [ Composites] ( #composites )
143143 - [ Sequence] ( #sequence )
144144 - [ Selector] ( #selector )
145- - [ SelectorRandom] ( #selector-random )
145+ - [ SelectorRandom] ( #selectorrandom )
146146 - [ Parallel] ( #parallel )
147147 + [ Decorators] ( #decorators )
148148 - [ Generic] ( #decorator-generic )
You can’t perform that action at this time.
0 commit comments