C# Class Hardly.Library.Hearthstone.DrawCard

Inheritance: HearthstoneEvent
Afficher le fichier Open project: hardlydifficult/HardlyBot Class Usage Examples

Méthodes publiques

Свойство Type Description
card HearthstoneCard
myTurn bool

Méthodes publiques

Méthode Description
DrawCard ( HearthGame game, bool myTurn, HearthstoneCard card )

Method Details

DrawCard() public méthode

public DrawCard ( HearthGame game, bool myTurn, HearthstoneCard card )
game HearthGame
myTurn bool
card HearthstoneCard

Property Details

card public_oe property

public HearthstoneCard card
Résultat HearthstoneCard

myTurn public_oe property

public bool myTurn
Résultat bool