tgstation-server 6.16.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
SwarmServerInformation.cs
Go to the documentation of this file.
2
4{
9 {
14 public bool Controller { get; set; }
15
20 {
21 }
22
28 : base(copy)
29 {
31 }
32 }
33}
Information about a server in the swarm.
Represents information about a running SwarmServer.
bool Controller
If the SwarmServerResponse is the controller.
SwarmServerInformation()
Initializes a new instance of the SwarmServerInformation class.
SwarmServerInformation(SwarmServerInformation copy)
Initializes a new instance of the SwarmServerInformation class.