C# Class HearthAnalyzer.Core.Cards.Minions.ArchmageAntonidas

Implements the Archmage Antonidas Whenever you cast a spell, add a 'Fireball' spell to your hand.
Inheritance: BaseMinion, ITriggeredEffectOwner
ファイルを表示 Open project: kwluo90/HearthAnalyzer

Public Methods

Method Description
ArchmageAntonidas ( int id = -1 ) : System
RegisterEffect ( ) : void

Private Methods

Method Description
OnSpellCasting ( BaseSpell spell, IDamageableEntity target, bool &shouldAbort ) : void

Method Details

ArchmageAntonidas() public method

public ArchmageAntonidas ( int id = -1 ) : System
id int
return System

RegisterEffect() public method

public RegisterEffect ( ) : void
return void