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

TwitchCommandListener() public method

public TwitchCommandListener ( TwitchChatRoom room )
room TwitchChatRoom
        public TwitchCommandListener(TwitchChatRoom room)
        {
            this.room = room;
            TwitchChatMessage.RegisterObserver(this.ObserveChatMessage);
        }