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

Implements the Baron Geddon At the end of your turn, deal 2 damage to ALL other characters.
상속: BaseMinion, ITriggeredEffectOwner
파일 보기 프로젝트 열기: kwluo90/HearthAnalyzer

공개 메소드들

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

비공개 메소드들

메소드 설명
OnTurnEnd ( BasePlayer player ) : void

메소드 상세

BaronGeddon() 공개 메소드

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

RegisterEffect() 공개 메소드

public RegisterEffect ( ) : void
리턴 void