Ejemplo n.º 1
0
 public void ApplyTo(Character player)
 {
     player.TakeDamage(DamageType, AttackKind, GetDamageRoll());
 }