/// <summary> /// If an element fall out of bounds a new element will be spawned /// </summary> /// <param name="_base"></param> private void HandleOutOfBounds(BaseElement _base) { ReturnToPool(_base); StartCoroutine(CPlaceElement(_base.GetElementType())); }