Beispiel #1
0
 public virtual void PowerUp()
 {
     PowerUpManager.DeployPowerUp(powerUp);
     CenterQirn.Instance.AddScore(_worth);
     StartCoroutine(PowerUpThenPool());
 }