private void OnDisable() { // This line makes sure that the input will not be register when the component is not enable _ffInputActions.Disable(); }
private void OnDisable() { _ffInputActions.Disable(); }