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

Implements the Aldor Peacekeeper Battlecry: Change an enemy minion's Attack to 1.
Inheritance: BaseMinion, IBattlecry
ファイルを表示 Open project: kwluo90/HearthAnalyzer

Public Methods

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

Method Details

AldorPeacekeeper() public method

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

Battlecry() public method

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