Assets.Scripts.CharacterControl.CharacterAnimationController.AnimationSequenceCompleteEventHandler C# (CSharp) Method

AnimationSequenceCompleteEventHandler() private method

private AnimationSequenceCompleteEventHandler ( ) : bool
return bool
        private bool AnimationSequenceCompleteEventHandler()
        {
            return currentStateAnimation.AnimationComplete();
        }
    }