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

Implements the Arathi Weaponsmith Battlecry: Equip a 2/2 weapon.
Inheritance: BaseMinion, IBattlecry
Afficher le fichier Open project: kwluo90/HearthAnalyzer

Méthodes publiques

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

Method Details

ArathiWeaponsmith() public méthode

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

Battlecry() public méthode

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