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

Implements the Power Overwhelming spell Give a friendly minion +4/+4 until end of turn. Then, it dies. Horribly.
TODO: NOT YET COMPLETELY IMPLEMENTED
Inheritance: BaseSpell
Mostrar archivo Open project: kwluo90/HearthAnalyzer

Public Methods

Method Description
Activate ( IDamageableEntity target = null, CardEffect cardEffect = CardEffect.NONE ) : void
PowerOverwhelming ( 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

PowerOverwhelming() public method

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