faction-based visible ai, initial commit

This commit is contained in:
Llywelwyn 2023-08-15 18:05:25 +01:00
parent bb8cf69b86
commit b95f0cc1ad
4 changed files with 115 additions and 1 deletions

View file

@ -1,5 +1,4 @@
use crate::{raws::Reaction, Faction, Map, Position, TakingTurn, WantsToMelee};
use rltk::prelude::*;
use specs::prelude::*;
pub struct AdjacentAI {}