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

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

Méthodes publiques

Méthode 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 méthode

public AncientOfLore ( int id = -1 ) : System
id int
Résultat System

UseCardEffect() public méthode

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
Résultat void