Exemplo n.º 1
0
    IEnumerator CompareLose()
    {
        yield return(new WaitForSeconds(m_DealyTime));

        compare.Lose();
        compared.Win();
    }