tgstation-server 6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
ChunkData.cs
Go to the documentation of this file.
2{
6 public sealed class ChunkData : ChunkSetInfo
7 {
12 public uint? SequenceId { get; set; }
13
17 public string? Payload { get; set; }
18 }
19}
A packet of a split serialized set of data.
Definition ChunkData.cs:7
uint? SequenceId
The sequence ID of the chunk.
Definition ChunkData.cs:12
string? Payload
The partial JSON payload of the chunk.
Definition ChunkData.cs:17
Information about a chunked bridge request.