示例#1
0
 public override void Terminate()
 {
     if (!failedOnActivate)
     {
         refiningCell.Inkeeper = null;
         agent.GetComponent <Controllable>().InkeptCell = null;
         UIController.Instance.SetBeeLoadText(agent);
         behaviour.StartFlocking();
     }
 }
示例#2
0
文件: Move.cs 项目: silverweed/colony
 public override void Terminate()
 {
     steering.StopArrive();
     steering.StartFlocking();
 }