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

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

Public Methods

Method Description
Abomination ( int id = -1 ) : System
RegisterDeathrattle ( ) : void

Method Details

Abomination() public method

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

RegisterDeathrattle() public method

public RegisterDeathrattle ( ) : void
return void