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

Implements the Slam spell Deal $2 damage to a minion. If it survives, draw a card.
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
Slam ( 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

Slam() public method

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