Ejemplo n.º 1
0
        protected void EndState(AbstractState nextState)
        {
            m_controller.EventManager.TriggerStateEnded(Type);

            nextState.Activate();
        }
Ejemplo n.º 2
0
        protected void EndState(AbstractState nextState)
        {
            m_controller.EventManager.TriggerStateEnded(Type);

            nextState.Activate();
        }