Exemplo n.º 1
0
    IEnumerator playTipsCard()
    {
        yield return(new WaitForSeconds(0.2f));

        if (cardUpTips != null)
        {
            cardUpTips.showRotate();
        }
    }