C# Class Hardly.Library.Hearthstone.DrawCard

Inheritance: HearthstoneEvent
ファイルを表示 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