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