C# 클래스 HearthAnalyzer.Core.Cards.Weapons.DeathsBite

Implements the Death's Bite Weapon Deathrattle: Deal 1 damage to all minions.
상속: BaseWeapon, IDeathrattler
파일 보기 프로젝트 열기: kwluo90/HearthAnalyzer

공개 메소드들

메소드 설명
DeathsBite ( int id = -1 ) : System
RegisterDeathrattle ( ) : void

메소드 상세

DeathsBite() 공개 메소드

public DeathsBite ( int id = -1 ) : System
id int
리턴 System

RegisterDeathrattle() 공개 메소드

public RegisterDeathrattle ( ) : void
리턴 void