C# Class Hardly.Library.Twitch.HSStateAcceptingBets

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

Public Methods

Method Description
HSStateAcceptingBets ( TwitchHearthstone controller ) : System

Protected Methods

Method Description
OpenState ( ) : void

Private Methods

Method Description
BetToLose ( TwitchUser speaker, string additionalText ) : void
BetToWin ( TwitchUser speaker, string additionalText ) : void
NextTurn ( DrawCard drawEvent ) : void
PlaceBet ( TwitchUser speaker, string additionalText, bool toWin ) : void

Method Details

HSStateAcceptingBets() public method

public HSStateAcceptingBets ( TwitchHearthstone controller ) : System
controller TwitchHearthstone
return System

OpenState() protected method

protected OpenState ( ) : void
return void