tgstation-server 6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
FileTicketResponse.cs
Go to the documentation of this file.
2{
6 public class FileTicketResponse
7 {
11 public virtual string? FileTicket { get; set; }
12 }
13}
Response for when file transfers are necessary.
virtual ? string FileTicket
The ticket to use to access the Routes.Transfer controller.