tgstation-server 6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
SwarmServerInformation.cs
Go to the documentation of this file.
2
4{
9 {
13 public bool Controller { get; set; }
14
19 {
20 }
21
27 : base(copy)
28 {
30 }
31 }
32}
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.