// Update is called once per frame
 void FixedUpdate()
 {
     gravity.ApplyGravity(transform);
 }