C# Class OakBot.GroupMinigame

ファイルを表示 Open project: ocgineer/OakBot

Public Properties

Property Type Description
botConn TwitchChatConnection
cooldownTimer System.Timers.Timer
enteredViewers List
minigameTimer System.Timers.Timer

Public Methods

Method Description
Initialize ( ) : void
StartRaidGame ( ) : void

Private Methods

Method Description
BotChatConnection_ChatMessageReceived ( object o, Args e ) : void
CooldownTimer_Elapsed ( object sender, System.Timers.ElapsedEventArgs e ) : void
MinigameTimer_Elapsed ( object sender, System.Timers.ElapsedEventArgs e ) : void

Method Details

Initialize() public static method

public static Initialize ( ) : void
return void

StartRaidGame() public static method

public static StartRaidGame ( ) : void
return void

Property Details

botConn public_oe static_oe property

public static TwitchChatConnection,OakBot botConn
return TwitchChatConnection

cooldownTimer public_oe static_oe property

public static Timer,System.Timers cooldownTimer
return System.Timers.Timer

enteredViewers public_oe static_oe property

public static List enteredViewers
return List

minigameTimer public_oe static_oe property

public static Timer,System.Timers minigameTimer
return System.Timers.Timer