C# 클래스 HearthAnalyzer.Core.Cards.Minions.Abomination

Represents the Abomination card Taunt. Deathrattle: Deal 2 damage to ALL characters.
상속: BaseMinion, IDeathrattler
파일 보기 프로젝트 열기: kwluo90/HearthAnalyzer

공개 메소드들

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

메소드 상세

Abomination() 공개 메소드

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

RegisterDeathrattle() 공개 메소드

public RegisterDeathrattle ( ) : void
리턴 void