C# 클래스 HearthAnalyzer.Core.Deathrattles.DeathrattleDrawCard

Implements a deathrattle that draws cards
상속: BaseDeathrattle
파일 보기 프로젝트 열기: kwluo90/HearthAnalyzer

공개 메소드들

메소드 설명
Deathrattle ( ) : void
DeathrattleDrawCard ( BasePlayer player, int cardsToDraw ) : System

Creates an instance of DeathrattleDrawCard

메소드 상세

Deathrattle() 공개 메소드

public Deathrattle ( ) : void
리턴 void

DeathrattleDrawCard() 공개 메소드

Creates an instance of DeathrattleDrawCard
public DeathrattleDrawCard ( BasePlayer player, int cardsToDraw ) : System
player BasePlayer The player to draw cards for
cardsToDraw int The number of cards to draw
리턴 System