public void HandlerAction() { if (IsComplete) { _onComplete(); } else { _currentActionHandler = _plan.Dequeue(); DebugMsg.Log("----当前执行动作:" + _currentActionHandler.Label); _actionManager.ExcuteHandler(_currentActionHandler.Label); } }