feat(ai): add wander AI system with move boost

Add AIBase and WanderAITag components, a WanderAISystem, and a MoveBoost component to control wandering behavior. Replace the old MoveState with MoveBoost and include a horizontal random direction helper.
This commit is contained in:
2026-07-31 19:59:33 +08:00
parent 8451921161
commit 412f88565a
7 changed files with 87 additions and 3 deletions

View File

@@ -102,4 +102,5 @@ target_sources(${PROJECT_NAME}
gameplay/client_player_manager.cpp
gameplay/server_entity_manager.cpp
gameplay/client_entity_manager.cpp
gameplay/systems/wander_ai_system.cpp
)