C# Class HearthAnalyzer.Core.Deathrattles.DeathrattleHealTarget

Represents a deathrattle the heals a target
Inheritance: BaseDeathrattle
Afficher le fichier Open project: kwluo90/HearthAnalyzer

Méthodes publiques

Méthode Description
Deathrattle ( ) : void
DeathrattleHealTarget ( BaseCard owner, IDamageableEntity healTarget, int healAmount ) : System

Constructs an instance of DeathrattleHealTarget

Method Details

Deathrattle() public méthode

public Deathrattle ( ) : void
Résultat void

DeathrattleHealTarget() public méthode

Constructs an instance of DeathrattleHealTarget
public DeathrattleHealTarget ( BaseCard owner, IDamageableEntity healTarget, int healAmount ) : System
owner BaseCard The owner of the deathrattle
healTarget IDamageableEntity The target to heal
healAmount int The amount to heal
Résultat System