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

Implements the Arcane Golem Charge. Battlecry: Give your opponent a Mana Crystal.
Inheritance: BaseMinion, IBattlecry
Afficher le fichier Open project: kwluo90/HearthAnalyzer

Méthodes publiques

Méthode Description
ArcaneGolem ( int id = -1 ) : System
Battlecry ( IDamageableEntity subTarget ) : void

Method Details

ArcaneGolem() public méthode

public ArcaneGolem ( int id = -1 ) : System
id int
Résultat System

Battlecry() public méthode

public Battlecry ( IDamageableEntity subTarget ) : void
subTarget IDamageableEntity
Résultat void