public void AddRotationForce(float force)
 {
     ragdoll.AddForceToMainBody(force);
 }