Ejemplo n.º 1
0
 public void ResetEffects()
 {
     resetPowerUpAction?.Invoke(powerUpValue);
 }
Ejemplo n.º 2
0
 public void ActivatePowerUp()
 {
     activatePowerUpAction?.Invoke(powerUpValue);
 }