private IEnumerator _Play() { yield return(m_blinkEffect.Play(0.1f, 1f).WaitForCompletion()); Destroy(gameObject); }