mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-16 08:25:28 +00:00
Cleanup + missing CG bits
This commit is contained in:
@@ -98,15 +98,15 @@ namespace ArchiSteamFarm {
|
||||
[JsonProperty(Required = Required.DisallowNull)]
|
||||
internal readonly EUpdateChannel UpdateChannel = EUpdateChannel.Stable;
|
||||
|
||||
[JsonProperty]
|
||||
internal string WCFHost { get; set; } = "127.0.0.1";
|
||||
|
||||
[JsonProperty(Required = Required.DisallowNull)]
|
||||
internal readonly ushort WCFPort = DefaultWCFPort;
|
||||
|
||||
[JsonProperty(Required = Required.DisallowNull)]
|
||||
internal readonly EWCFProtocol WCFProtocol = EWCFProtocol.NetTcp;
|
||||
|
||||
[JsonProperty]
|
||||
internal string WCFHost { get; set; } = "127.0.0.1";
|
||||
|
||||
// This constructor is used only by deserializer
|
||||
private GlobalConfig() { }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user