tgstation-server 6.12.3
The /tg/station 13 server suite
Loading...
Searching...
No Matches
EngineVersionRequest.cs
Go to the documentation of this file.
2{
6 public sealed class EngineVersionRequest
7 {
11 public EngineVersion? EngineVersion { get; set; }
12
16 public bool? UploadCustomZip { get; set; }
17 }
18}
Information about an engine installation.
A request to switch to a given EngineVersion.
bool? UploadCustomZip
If a custom BYOND version is to be uploaded.