Beispiel #1
0
        /// <summary>
        /// The ability has stopped running.
        /// </summary>
        protected override void AbilityStopped()
        {
            base.AbilityStopped();

            m_MoveableObject.StopMove();
            m_MoveableTransform          = null;
            m_MoveableObject             = null;
            m_Controller.ForceRootMotion = false;
            m_InPosition = false;
        }