tgstation-server  4.4.0
The /tg/station 13 server suite
ITopicClientFactory.cs
Go to the documentation of this file.
1 using Byond.TopicSender;
2 using System;
3 
4 namespace Tgstation.Server.Host.Components.Session
5 {
10  {
16  ITopicClient CreateTopicClient(TimeSpan timeout);
17  }
18 }