private void InitLaunchBallCounter() { if (countDownTimer == null) { countDownTimer = new CountDownTimer(3); countDownTimer.Init(); } countDownTimer.Reset(); }