C# Class HearthAnalyzer.Core.Deathrattles.DeathrattleDrawCard

Implements a deathrattle that draws cards
Inheritance: BaseDeathrattle
Afficher le fichier Open project: kwluo90/HearthAnalyzer

Méthodes publiques

Méthode Description
Deathrattle ( ) : void
DeathrattleDrawCard ( BasePlayer player, int cardsToDraw ) : System

Creates an instance of DeathrattleDrawCard

Method Details

Deathrattle() public méthode

public Deathrattle ( ) : void
Résultat void

DeathrattleDrawCard() public méthode

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
Résultat System