Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
HearthAnalyzer
Core
Cards
Minions
ArchmageAntonidas
C# 클래스 HearthAnalyzer.Core.Cards.Minions.ArchmageAntonidas
Implements the Archmage Antonidas Whenever you cast a spell, add a 'Fireball' spell to your hand.
상속:
BaseMinion
,
ITriggeredEffectOwner
파일 보기
프로젝트 열기: kwluo90/HearthAnalyzer
공개 메소드들
메소드
설명
ArchmageAntonidas
(
int
id
= -1 ) :
System
RegisterEffect
( ) :
void
비공개 메소드들
메소드
설명
OnSpellCasting
(
BaseSpell
spell
,
IDamageableEntity
target
,
bool
&
shouldAbort
) :
void
메소드 상세
ArchmageAntonidas()
공개
메소드
public
ArchmageAntonidas
(
int
id
= -1 ) :
System
id
int
리턴
System
RegisterEffect()
공개
메소드
public
RegisterEffect
( ) :
void
리턴
void