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

Implements the Acidic Swamp Ooze Battlecry: Destroy your opponent's weapon.
Inheritance: BaseMinion, IBattlecry
Afficher le fichier Open project: kwluo90/HearthAnalyzer

Méthodes publiques

Méthode Description
AcidicSwampOoze ( int id = -1 ) : System
Battlecry ( IDamageableEntity subTarget ) : void

Method Details

AcidicSwampOoze() public méthode

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

Battlecry() public méthode

public Battlecry ( IDamageableEntity subTarget ) : void
subTarget IDamageableEntity
Résultat void