Esempio n. 1
0
    IEnumerator Shrimp_1_3()
    {
        yield return(new WaitForSeconds(2));

        shrimpWaves = ShrimpWaves.wave_3;
        InvokeRepeating("ShrimpSpawn_1_3", 1, 0.5f);
    }
Esempio n. 2
0
    //////////WAVE_1_SHRIMP//////////
    IEnumerator Shrimp_1_1()
    {
        // Increase this later to 3
        yield return(new WaitForSeconds(1));

        shrimpWaves = ShrimpWaves.wave_1;
        InvokeRepeating("ShrimpSpawn_1_1", 1, 0.5f);
    }