tgstation-server 6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
IChunkPayloadId.cs
Go to the documentation of this file.
2{
6 public interface IChunkPayloadId
7 {
12 uint? PayloadId { get; set; }
13 }
14}
Represents the payload ID of a set of chunked data.
uint? PayloadId
The ID of the full request to differentiate different chunkings.