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

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

Public Methods

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

Method Details

ArathiWeaponsmith() public method

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

Battlecry() public method

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