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
Mostrar archivo Open project: kwluo90/HearthAnalyzer

Public Methods

Method Description
AncientBrewmaster ( int id = -1 ) : System
Battlecry ( IDamageableEntity subTarget ) : void

Method Details

AncientBrewmaster() public method

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

Battlecry() public method

public Battlecry ( IDamageableEntity subTarget ) : void
subTarget IDamageableEntity
return void