Exemple #1
0
 public void ApplyTo(BattleCharacter target)
 {
     target.ApplyStatusEffect(_effect, _durationTurns);
 }