C# Class HearthAnalyzer.Core.Deathrattles.DeathrattleDrawCard

Implements a deathrattle that draws cards
Inheritance: BaseDeathrattle
ファイルを表示 Open project: kwluo90/HearthAnalyzer

Public Methods

Method Description
Deathrattle ( ) : void
DeathrattleDrawCard ( BasePlayer player, int cardsToDraw ) : System

Creates an instance of DeathrattleDrawCard

Method Details

Deathrattle() public method

public Deathrattle ( ) : void
return void

DeathrattleDrawCard() public method

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
return System