Test now can work the enemy AI to prototype behavior.

This commit is contained in:
Zed A. Shaw 2025-03-14 23:48:03 -04:00
parent db5a371766
commit 2815375836
6 changed files with 59 additions and 6 deletions

View file

@ -56,4 +56,8 @@ namespace ai {
return start;
}
void EntityAI::dump() {
dump_script(script, start, plan.script);
}
}