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

Implements the Ancient of War Choose One -\n+5 Attack; or +5 Health and Taunt.
Inheritance: BaseMinion, IMultiCardEffectMinion
Afficher le fichier Open project: kwluo90/HearthAnalyzer

Méthodes publiques

Méthode Description
AncientOfWar ( int id = -1 ) : System
UseCardEffect ( CardEffect cardEffect, IDamageableEntity target = null ) : void

Method Details

AncientOfWar() public méthode

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

UseCardEffect() public méthode

public UseCardEffect ( CardEffect cardEffect, IDamageableEntity target = null ) : void
cardEffect CardEffect
target IDamageableEntity
Résultat void