tgstation-server
The /tg/station 13 server suite
IChatFactory.cs
Go to the documentation of this file.
1 using System.Collections.Generic;
3 using Tgstation.Server.Host.IO;
4 
5 namespace Tgstation.Server.Host.Components.Chat
6 {
10  interface IChatFactory
11  {
19  IChat CreateChat(IIOManager ioManager, ICommandFactory commandFactory, IEnumerable<Models.ChatBot> initialChatBots);
20  }
21 }
For managing connected chat services
Definition: IChat.cs:13
Interface for using filesystems
Definition: IIOManager.cs:11