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

Implements the Aldor Peacekeeper Battlecry: Change an enemy minion's Attack to 1.
Inheritance: BaseMinion, IBattlecry
Afficher le fichier Open project: kwluo90/HearthAnalyzer

Méthodes publiques

Méthode Description
AldorPeacekeeper ( int id = -1 ) : System
Battlecry ( IDamageableEntity subTarget ) : void

Method Details

AldorPeacekeeper() public méthode

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

Battlecry() public méthode

public Battlecry ( IDamageableEntity subTarget ) : void
subTarget IDamageableEntity
Résultat void