Hardly.Library.Twitch.TwitchChatWhisper.RespondToEvent C# (CSharp) 메소드

RespondToEvent() 개인적인 메소드

private RespondToEvent ( LinkedList chatRooms ) : void
chatRooms LinkedList
리턴 void
        internal override void RespondToEvent(LinkedList<TwitchChatRoom> chatRooms)
        {
            Observe(chatRooms.First.Value, speaker, message);
        }