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

Implements the Ancient Brewmaster Battlecry: Return a friendly minion from the battlefield to your hand.
Inheritance: BaseMinion, IBattlecry
Afficher le fichier Open project: kwluo90/HearthAnalyzer

Méthodes publiques

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

Method Details

AncientBrewmaster() public méthode

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

Battlecry() public méthode

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