private IEnumerator StartFinalRound() { _modulesManager.Clear(); yield return(new WaitForSeconds(2f)); _onFinalRoundStart?.Invoke(); }