faction-based visible ai, initial commit
This commit is contained in:
parent
bb8cf69b86
commit
b95f0cc1ad
4 changed files with 115 additions and 1 deletions
|
|
@ -14,3 +14,5 @@ mod monster_ai_system;
|
|||
pub use monster_ai_system::MonsterAI;
|
||||
mod adjacent_ai_system;
|
||||
pub use adjacent_ai_system::AdjacentAI;
|
||||
mod visible_ai_system;
|
||||
pub use visible_ai_system::VisibleAI;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue