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

Implements the Cairne Bloodhoof Deathrattle: Summon a 4/5 Baine Bloodhoof.
Inheritance: BaseMinion, IDeathrattler
Mostrar archivo Open project: kwluo90/HearthAnalyzer

Public Methods

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

Method Details

CairneBloodhoof() public method

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

RegisterDeathrattle() public method

public RegisterDeathrattle ( ) : void
return void