tgstation-server 5.12.7
The /tg/station 13 server suite
Loading...
Searching...
No Matches
BridgeResponse.cs
Go to the documentation of this file.
1using System.Collections.Generic;
2
4{
9 {
13 public ushort? NewPort { get; set; }
14
19
23 public IReadOnlyCollection<uint> MissingChunks { get; set; }
24 }
25}
ushort? NewPort
The new port for BridgeCommandType.Reboot requests.
IReadOnlyCollection< uint > MissingChunks
The ChunkData.SequenceIds missing from a chunked request.
Representation of the initial data passed as part of a BridgeCommandType.Startup request.