Ejemplo n.º 1
0
    IEnumerator ShotCoroutine()
    {
        yield return(new WaitForSeconds(ShotInterval));

        poolController.SetCreate();
    }