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

Implements the Blood Knight Battlecry: All minions lose Divine Shield. Gain +3/+3 for each Shield lost.
상속: BaseMinion, IBattlecry
파일 보기 프로젝트 열기: kwluo90/HearthAnalyzer

공개 메소드들

메소드 설명
Battlecry ( IDamageableEntity subTarget ) : void
BloodKnight ( int id = -1 ) : System

비공개 메소드들

메소드 설명
RemoveDivineShieldAndBuffBloodKnight ( BaseMinion minion ) : void

Removes divine shield from the minion if it has it and buff's the blood knight

메소드 상세

Battlecry() 공개 메소드

public Battlecry ( IDamageableEntity subTarget ) : void
subTarget IDamageableEntity
리턴 void

BloodKnight() 공개 메소드

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