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

Implements the Big Game Hunter Battlecry: Destroy a minion with an Attack of 7 or more.
Inheritance: BaseMinion, IBattlecry
Mostrar archivo Open project: kwluo90/HearthAnalyzer

Public Methods

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

Method Details

Battlecry() public method

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

BigGameHunter() public method

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