C# Class Hardly.Library.Hearthstone.EndOfGame

Inheritance: HearthstoneEvent
ファイルを表示 Open project: hardlydifficult/HardlyBot

Public Properties

Property Type Description
iWon bool?

Public Methods

Method Description
EndOfGame ( HearthGame game, bool iWon )

Method Details

EndOfGame() public method

public EndOfGame ( HearthGame game, bool iWon )
game HearthGame
iWon bool

Property Details

iWon public_oe property

public bool? iWon
return bool?