refactor(ai): IAiContext.Mover→Locomotion,删除 IMover

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-07-10 12:14:53 +08:00
co-authored by Claude Opus 4.8
parent f143efe4a3
commit 1ab0521061
7 changed files with 34 additions and 57 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ namespace BaseGames.AI
public interface IAiContext
{
ISensor Sensor { get; }
IMover Mover { get; }
IEnemyLocomotion Locomotion { get; }
ICombatant Combat { get; }
IActorVitals Vitals { get; }
Blackboard Blackboard { get; }