protected override void Start() { base.Start(); playerAnimator = (PlayerAnimationControl)GetComponent(typeof(PlayerAnimationControl)); if (playerAnimator != null) { playerAnimator.Initialization(this); } }