Skip to content

Commit c20431e

Browse files
committed
MSBV
1 parent 45fbcb2 commit c20431e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

crates/bevy_dogoap/README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,10 @@ With this example, it should take about 2-3 frames until IsHungry is now set to
9090
- [`miner.rs`](./examples/miner.rs) - Long plans - How to setup more complicated interactions
9191
- [`sneaky.rs`](./examples/sneaky.rs) - Player Interactions - How to use `dogoap` for NPCs in a world with a player controlled entity
9292
- [`villages.rs`](./examples/villages.rs) - Nested Planners - How you can nest planners to achieve something smarter
93-
- [`lemonade_stand.rs`](./examples/lemonade_stand.rs) - Co-operating Planners - Shows how you can have two entities with two very different planners and "simulate" co-operation
93+
- [`lemonade_stand.rs`](./examples/lemonade_stand.rs) - Co-operating Planners - Shows how you can have two entities with two very different planners and "simulate" co-operation
94+
95+
# Bevy Version Support
96+
97+
| bevy | bevy_dogoap |
98+
| ---- | ----------- |
99+
| 0.14 | 0.2.0 |

0 commit comments

Comments
 (0)