// Update is called once per frame
 void Update()
 {
     playerAnimator.SetBool("Grounded", moveModel.IsGrounded());
     playerAnimator.SetBool("isMoving", true);
 }