Пример #1
0
    IEnumerator BeginAttack()
    {
        yield return(new WaitForSeconds(AttackDelay));

        fish.Attack();
    }