diff options
author | Aki <please@ignore.pl> | 2022-12-12 18:42:52 +0100 |
---|---|---|
committer | Aki <please@ignore.pl> | 2022-12-12 18:42:52 +0100 |
commit | 42d5170e3add3dc5e7ea2c944bcfd785a5390586 (patch) | |
tree | be9fcdc1912a957bee316dd710159e91e99bf7c7 /sim/include | |
parent | f315fbc3406b13aef4712d391661fad6bcf4872c (diff) | |
download | kurator-42d5170e3add3dc5e7ea2c944bcfd785a5390586.zip kurator-42d5170e3add3dc5e7ea2c944bcfd785a5390586.tar.gz kurator-42d5170e3add3dc5e7ea2c944bcfd785a5390586.tar.bz2 |
Extracted preferred keep at range distance to AI
Diffstat (limited to 'sim/include')
-rw-r--r-- | sim/include/kurator/sim/components.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sim/include/kurator/sim/components.h b/sim/include/kurator/sim/components.h index 41c8053..6fbab55 100644 --- a/sim/include/kurator/sim/components.h +++ b/sim/include/kurator/sim/components.h @@ -27,6 +27,7 @@ struct Team struct AIState { + double keep_at_range; Point destination; entt::entity target = entt::null; }; |