IEntityAI.cs 234 B

123456789
  1. //namespace FL.Battle.Components.AI
  2. //{
  3. // /// <summary>
  4. // /// AI组件和具体的EntityView绑定,其他Component最好不要尝试获取AI组件
  5. // /// </summary>
  6. // public interface IEntityAI
  7. // {
  8. // }
  9. //}