Пример #1
0
 protected override void Start()
 {
     base.Start();
     playerAnimator = (PlayerAnimationControl)GetComponent(typeof(PlayerAnimationControl));
     if (playerAnimator != null)
     {
         playerAnimator.Initialization(this);
     }
 }