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

Implements the Acolyte of Pain Whenever this minion takes damage, draw a card.
Inheritance: BaseMinion, ITriggeredEffectOwner
ファイルを表示 Open project: kwluo90/HearthAnalyzer

Public Methods

Method Description
AcolyteOfPain ( int id = -1 ) : System
RegisterEffect ( ) : void

Private Methods

Method Description
OnDamagedEffect ( IDamageableEntity target, int damageDealt ) : void

Method Details

AcolyteOfPain() public method

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

RegisterEffect() public method

public RegisterEffect ( ) : void
return void