Example #1
0
 public void ShowGotPowerUp(byte x)
 {
     StartCoroutine(textoEvento.ShowPowerUp(x));
     textoEvento.SetAllUp();
 }