tgstation-server 6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
IChatManagerFactory.cs
Go to the documentation of this file.
1using System.Collections.Generic;
2
4
6{
11 {
18 IChatManager CreateChatManager(ICommandFactory commandFactory, IEnumerable<Models.ChatBot> initialChatBots);
19 }
20}
IChatManager CreateChatManager(ICommandFactory commandFactory, IEnumerable< Models.ChatBot > initialChatBots)
Create a IChatManager.
For managing connected chat services.