예제 #1
0
    public void NextPhaseActual()
    {
        DestroyEverything();
        spawned = false;
        bc.Increment();
        bc.ShowBanner();
        counter = 1.5f;
        P1Ammo.Reset();
        P2Ammo.Reset();

        /*		p1.transform.position = p1Spawn.transform.position;
         * p2.transform.position = p2Spawn.transform.position;*/
    }