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

Implements the Arcane Golem Charge. Battlecry: Give your opponent a Mana Crystal.
Inheritance: BaseMinion, IBattlecry
ファイルを表示 Open project: kwluo90/HearthAnalyzer

Public Methods

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

Method Details

ArcaneGolem() public method

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

Battlecry() public method

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