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


        boss.Alarm();
    }