Ejemplo n.º 1
0
 public void PlayerPowerups(int gemCount, GemColor gemColor)
 {
     Debug.Log(gemCount);
     Debug.Log(gemColor);
     powerupController.SetAnimation(gemColor, gemCount, !isMyTurn);
 }