C# Class HearthAnalyzer.Core.Deathrattles.DeathrattleHealTarget

Represents a deathrattle the heals a target
Inheritance: BaseDeathrattle
Mostrar archivo Open project: kwluo90/HearthAnalyzer

Public Methods

Method Description
Deathrattle ( ) : void
DeathrattleHealTarget ( BaseCard owner, IDamageableEntity healTarget, int healAmount ) : System

Constructs an instance of DeathrattleHealTarget

Method Details

Deathrattle() public method

public Deathrattle ( ) : void
return void

DeathrattleHealTarget() public method

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
return System