/// <summary> /// 由子类实现 /// </summary> /// <param name="theOwner"></param> /// <returns></returns> public virtual bool Process(AiController theOwner) { return(child.Process(theOwner)); }
public bool Process(AiController theOwner) { return(root.Process(theOwner)); }