refactor(enemy): 消费者切换到 IEnemyNavigator(Wander/Waypoints 去导航图化,调试面板简化)

This commit is contained in:
2026-07-28 11:25:21 +08:00
parent 49627d357d
commit de3c9deff4
4 changed files with 45 additions and 158 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ namespace BaseGames.Enemies
/// <summary>
/// 飞行敌人基类。
///
/// 导航由 <see cref="Navigation.FlyingDirectNavigator"/> 实现(IPathAgent),
/// 导航由 <see cref="Navigation.FlyingNavigator"/> 实现(IEnemyNavigator),
/// AI 行为逻辑由挂载的 Behavior Designer 树驱动。
/// 本类仅负责:
/// <list type="bullet">