C# Class Hardly.Library.Twitch.TwitchCommandController

Every concrete instance of this class is automatically Constructed given each Chat room we connect to (via TwitchChatRoom)
Inheritance: IAutoJoinTwitchRooms
ファイルを表示 Open project: hardlydifficult/HardlyBot

Protected Properties

Property Type Description
room TwitchChatRoom

Public Methods

Method Description
TwitchCommandController ( TwitchChatRoom room ) : System

Method Details

TwitchCommandController() public method

public TwitchCommandController ( TwitchChatRoom room ) : System
room TwitchChatRoom
return System

Property Details

room protected_oe property

protected TwitchChatRoom,Hardly.Library.Twitch room
return TwitchChatRoom