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

Represents the Abomination card Taunt. Deathrattle: Deal 2 damage to ALL characters.
Inheritance: BaseMinion, IDeathrattler
Afficher le fichier Open project: kwluo90/HearthAnalyzer

Méthodes publiques

Méthode Description
Abomination ( int id = -1 ) : System
RegisterDeathrattle ( ) : void

Method Details

Abomination() public méthode

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

RegisterDeathrattle() public méthode

public RegisterDeathrattle ( ) : void
Résultat void