tgstation-server 6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
SwarmServerResponse.cs
Go to the documentation of this file.
1using System;
2
4
6{
9 {
13 [Obsolete("For JSON deserialization only", true)]
15 {
16 }
17
23 : base(swarmServerInfo)
24 {
25 }
26 }
27}
Represents information about a running SwarmServer.
SwarmServerResponse()
Initializes a new instance of the SwarmServerResponse class.
SwarmServerResponse(SwarmServerInformation swarmServerInfo)
Initializes a new instance of the SwarmServerResponse class.