Example #1
0
        protected override void onexit(Agent pAgent, EBTStatus s)
        {
#if BEHAVIAC_USE_HTN
            _planner.Uninit();
#endif//

            base.onexit(pAgent, s);
        }
Example #2
0
 protected override void onexit(Agent pAgent, EBTStatus s)
 {
     _planner.Uninit();
     base.onexit(pAgent, s);
 }