C# Класс HearthAnalyzer.Core.Deathrattles.DeathrattleDrawCard

Implements a deathrattle that draws cards
Наследование: BaseDeathrattle
Показать файл Открыть проект

Открытые методы

Метод Описание
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