public WinFormsChatController() { m_Core = Core.Instance; if (m_Core == null) { m_Core = new Core(new StandardCoreAPI()); } m_Chat = new Twitch.Chat.Chat(new Twitch.Chat.StandardChatAPI()); }
public WinFormsChatController() { m_Chat = new Twitch.Chat.Chat(new Twitch.Chat.CoreChatAPI()); }