void PauseGame() { breathingCircleController.SetMove(true); dropletsController.Create(); instructionsController.ShowHold(); StartCoroutine(nameof(Wait)); }