| | |
| | | IEnumerator StartCountDown() |
| | | { |
| | | countDownPS.SetActive(true); |
| | | MMVibrationManager.Haptic(HapticTypes.MediumImpact); |
| | | //MMVibrationManager.Haptic(HapticTypes.MediumImpact); |
| | | yield return new WaitForSeconds(1.0f); |
| | | MMVibrationManager.Haptic(HapticTypes.MediumImpact); |
| | | //MMVibrationManager.Haptic(HapticTypes.MediumImpact); |
| | | yield return new WaitForSeconds(1.0f); |
| | | MMVibrationManager.Haptic(HapticTypes.MediumImpact); |
| | | //MMVibrationManager.Haptic(HapticTypes.MediumImpact); |
| | | yield return new WaitForSeconds(1.0f); |
| | | HideUIMask(); |
| | | //countDownTextNew.text = ""; |