Hardly.Library.Twitch.TwitchCommandController.TwitchCommandController C# (CSharp) Method

TwitchCommandController() public method

public TwitchCommandController ( TwitchChatRoom room ) : System
room TwitchChatRoom
return System
        public TwitchCommandController(TwitchChatRoom room)
        {
            this.room = room;
        }
TwitchCommandController