public static void SetOnAnimator(this AnimationTrigger trigger, Animator animator)
 {
     animator.SetTrigger(trigger.ToString());
 }