IEnumerator playTipsCard() { yield return(new WaitForSeconds(0.2f)); if (cardUpTips != null) { cardUpTips.showRotate(); } }