Exemplo n.º 1
0
 void RespawnPowerup()
 {
     foreach (GameObject Powerup in Power)
     {
         if (Powerup.CompareTag("PowerUp"))
         {
             Powerup.SetActive(true);
         }
     }
 }