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