コード例 #1
0
    IEnumerator WaitText()
    {
        yield return(new WaitForSeconds(3f));

        text.PrintDeathText();
    }