tgstation-server  4.4.0
The /tg/station 13 server suite
BridgeResponse.cs
Go to the documentation of this file.
1 namespace Tgstation.Server.Host.Components.Interop.Bridge
2 {
6  public sealed class BridgeResponse : DMApiResponse
7  {
11  public ushort? NewPort { get; set; }
12 
17  }
18 }
Representation of the initial data passed as part of a BridgeCommandType.Startup request.