示例#1
0
    IEnumerator WaitIa()
    {
        yield return(new WaitForSeconds(1.5f));

        Ia.BasicPlay();
        Iaturn = false;
    }