C# 클래스 HearthAnalyzer.Core.Cards.Minions.AcolyteOfPain

Implements the Acolyte of Pain Whenever this minion takes damage, draw a card.
상속: BaseMinion, ITriggeredEffectOwner
파일 보기 프로젝트 열기: kwluo90/HearthAnalyzer

공개 메소드들

메소드 설명
AcolyteOfPain ( int id = -1 ) : System
RegisterEffect ( ) : void

비공개 메소드들

메소드 설명
OnDamagedEffect ( IDamageableEntity target, int damageDealt ) : void

메소드 상세

AcolyteOfPain() 공개 메소드

public AcolyteOfPain ( int id = -1 ) : System
id int
리턴 System

RegisterEffect() 공개 메소드

public RegisterEffect ( ) : void
리턴 void