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