tgstation-server 6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
ITopicEventReceiver.cs
Go to the documentation of this file.
2{
6 public interface ITopicEventReceiver : HotChocolate.Subscriptions.ITopicEventReceiver
7 {
8 }
9}
Implementation of HotChocolate.Subscriptions.ITopicEventReceiver that works around the global::System...