C# Class OakBot.GroupMinigame

Show file 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 static property

public static TwitchChatConnection,OakBot botConn
return TwitchChatConnection

cooldownTimer public static property

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

enteredViewers public static property

public static List enteredViewers
return List

minigameTimer public static property

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