Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
Hardly
Library
Hearthstone
DrawCard
C# Class Hardly.Library.Hearthstone.DrawCard
Inheritance:
HearthstoneEvent
Datei anzeigen
Open project: hardlydifficult/HardlyBot
Class Usage Examples
Public Properties
Property
Type
Description
card
HearthstoneCard
myTurn
bool
Public Methods
Method
Description
DrawCard
(
HearthGame
game
,
bool
myTurn
,
HearthstoneCard
card
)
Method Details
DrawCard()
public
method
public
DrawCard
(
HearthGame
game
,
bool
myTurn
,
HearthstoneCard
card
)
game
HearthGame
myTurn
bool
card
HearthstoneCard
Property Details
card
public_oe property
public
HearthstoneCard
card
return
HearthstoneCard
myTurn
public_oe property
public
bool
myTurn
return
bool