C# Class HearthAnalyzer.Core.Cards.Minions.AncientOfLore

Implements the Ancient of Lore Choose One - Draw 2 cards; or Restore 5 Health.
Inheritance: BaseMinion, IMultiCardEffectMinion
Mostrar archivo Open project: kwluo90/HearthAnalyzer

Public Methods

Method Description
AncientOfLore ( int id = -1 ) : System
UseCardEffect ( CardEffect cardEffect, IDamageableEntity target = null ) : void

First Effect: Draw 2 cards Second Effect: Restore 5 Health

Method Details

AncientOfLore() public method

public AncientOfLore ( int id = -1 ) : System
id int
return System

UseCardEffect() public method

First Effect: Draw 2 cards Second Effect: Restore 5 Health
public UseCardEffect ( CardEffect cardEffect, IDamageableEntity target = null ) : void
cardEffect CardEffect The card effect to use
target IDamageableEntity The target of the heal
return void