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

Implements the Poison Seeds spell Destroy all minions and summon 2/2 Treants to replace them.
TODO: NOT YET COMPLETELY IMPLEMENTED
Inheritance: BaseSpell
Afficher le fichier Open project: kwluo90/HearthAnalyzer

Méthodes publiques

Méthode Description
Activate ( IDamageableEntity target = null, CardEffect cardEffect = CardEffect.NONE ) : void
PoisonSeeds ( int id = -1 ) : System

Method Details

Activate() public méthode

public Activate ( IDamageableEntity target = null, CardEffect cardEffect = CardEffect.NONE ) : void
target IDamageableEntity
cardEffect CardEffect
Résultat void

PoisonSeeds() public méthode

public PoisonSeeds ( int id = -1 ) : System
id int
Résultat System