コード例 #1
0
    IEnumerator Action_Case(float waitTime)
    {
        yield return(new WaitForSeconds(waitTime));

        cases.Case_action();
    }