예제 #1
0
    private IEnumerator SearchDelay()
    {
        yield return(new WaitForSeconds(0.05f));

        rowManager.TryToDestroyRow();
    }