tgstation-server
The /tg/station 13 server suite
ICommContext.cs
Go to the documentation of this file.
1 using System;
2 
3 namespace Tgstation.Server.Host.Components.Interop
4 {
9  {
14  void RegisterHandler(ICommHandler handler);
15  }
16 }
Represents a registration of an interop session
Definition: ICommContext.cs:8