private void FixedUpdate() { if (roped) { ropeBridge.Simulate(); } }
private void FixedUpdate() { if (isHookShooted) { rope.Simulate(); } }