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

Implements the Ancient Mage Battlecry: Give adjacent minions Spell Damage +1.
Inheritance: BaseMinion, IBattlecry
ファイルを表示 Open project: kwluo90/HearthAnalyzer

Public Methods

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

Method Details

AncientMage() public method

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

Battlecry() public method

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