C# Class HearthAnalyzer.Core.Cards.Weapons.DeathsBite

Implements the Death's Bite Weapon Deathrattle: Deal 1 damage to all minions.
Inheritance: BaseWeapon, IDeathrattler
Mostrar archivo Open project: kwluo90/HearthAnalyzer

Public Methods

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

Method Details

DeathsBite() public method

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

RegisterDeathrattle() public method

public RegisterDeathrattle ( ) : void
return void