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

Implements the Cabal Shadow Priest Battlecry: Take control of an enemy minion that has 2 or less Attack.
Inheritance: BaseMinion, IBattlecry
Mostrar archivo Open project: kwluo90/HearthAnalyzer

Public Methods

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

Method Details

Battlecry() public method

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

CabalShadowPriest() public method

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