Ejemplo n.º 1
0
 public void ApplyTo(BattleCharacter target)
 {
     target.ApplyBuff(_stat, _factor, _duration);
 }