C# Class HearthAnalyzer.Core.Cards.Spells.Spellbender

Implements the Spellbender spell Secret: When an enemy casts a spell on a minion, summon a 1/3 as the new target.
TODO: NOT YET COMPLETELY IMPLEMENTED
Inheritance: BaseSpell
ファイルを表示 Open project: kwluo90/HearthAnalyzer

Public Methods

Method Description
Activate ( IDamageableEntity target = null, CardEffect cardEffect = CardEffect.NONE ) : void
Spellbender ( int id = -1 ) : System

Method Details

Activate() public method

public Activate ( IDamageableEntity target = null, CardEffect cardEffect = CardEffect.NONE ) : void
target IDamageableEntity
cardEffect CardEffect
return void

Spellbender() public method

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