コード例 #1
0
    private IEnumerator DoThrowing(Transform target)
    {
        while (true)
        {
            StartCoroutine(_throwing.Perform(target));

            yield return(new WaitForSeconds(throwingInterval));
        }
    }