refactor(ai): IAiContext.Mover→Locomotion,删除 IMover
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user