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

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

Méthodes publiques

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

Method Details

DeathsBite() public méthode

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

RegisterDeathrattle() public méthode

public RegisterDeathrattle ( ) : void
Résultat void