Assets.Scripts.CharacterControl.CharacterStateController.CharacterStateController C# (CSharp) Method

CharacterStateController() public method

public CharacterStateController ( CharacterAnimationController animationController ) : Assets.Scripts.Extensions
animationController CharacterAnimationController
return Assets.Scripts.Extensions
        public CharacterStateController(CharacterAnimationController animationController)
        {
            this.animationController = animationController;
        }