void OnDisable() { DisableInputActions?.Invoke(); OnDisableCallback?.Invoke(this, null); }
void OnDisable() => OnDisableCallback?.Invoke();