Exemplo n.º 1
0
 public override void OnApply(HealthController healthController, int value, int duration, bool fromRelic)
 {
     healthController.SetEnfeeble(value);
     tempValue = value;
     healthController.AddEndOfTurnDebuff(this, duration);
 }