random wandering and static ai

This commit is contained in:
Llywelwyn 2023-08-15 20:39:13 +01:00
parent 084e5e6f7b
commit f2b58a3feb
3 changed files with 96 additions and 0 deletions

View file

@ -18,3 +18,5 @@ mod chase_ai_system;
pub use chase_ai_system::ChaseAI;
mod flee_ai_system;
pub use flee_ai_system::FleeAI;
mod default_move_system;
pub use default_move_system::DefaultAI;