//ディレイスタート private IEnumerator DelayStart(float delay) { timer.StopTimer(); yield return(new WaitForSeconds(delay)); timer.ResumeTimer(); }