// TODO think about this temporary code. private IEnumerator ExplodeAfterSeconds() { yield return(new WaitForSeconds(1)); caveGenerator.Explode(transform.position.x, transform.position.y, 12); }