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

Implements the Auchenai Soulpriest Your cards and powers that restore Health now deal damage instead.
Technically, this card isn't implemented in Hearthstone as a triggered effect card but for our purposes, it's simpler to do it this way and it should be functionally equivalent.
상속: BaseMinion, ITriggeredEffectOwner
파일 보기 프로젝트 열기: kwluo90/HearthAnalyzer

공개 메소드들

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

비공개 메소드들

메소드 설명
OnHealing ( BasePlayer healer, IDamageableEntity target, int healAmount, bool &shouldAbort ) : void

메소드 상세

AuchenaiSoulpriest() 공개 메소드

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

RegisterEffect() 공개 메소드

public RegisterEffect ( ) : void
리턴 void