private void GetAccessToComponents()
 {
     myRigidbody = GetComponent <Rigidbody2D>();
     myAnimator  = GetComponentInChildren <Animator>();
     reddishMinionAnimationController = GetComponentInChildren <ReddishMinionAnimationController>();
     reddishMinionCombatController    = GetComponentInChildren <ReddishMinionCombatController>();
     gameMaster = GameMaster.instance;
 }
 private void GetAccessToComponents()
 {
     reddishMinionAnimationController = GetComponentInChildren <ReddishMinionAnimationController>();
 }