public void SetJump(bool value)
 {
     jump = value;
     if (value)
     {
         animator.StartCharge();
     }
 }