faction-based adjacent ai
This commit is contained in:
parent
76d835021b
commit
9b037dceeb
6 changed files with 135 additions and 23 deletions
|
|
@ -12,3 +12,5 @@ mod bystander_ai_system;
|
|||
pub use bystander_ai_system::BystanderAI;
|
||||
mod monster_ai_system;
|
||||
pub use monster_ai_system::MonsterAI;
|
||||
mod adjacent_ai_system;
|
||||
pub use adjacent_ai_system::AdjacentAI;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue