mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2025-12-17 23:10:30 +00:00
Misc code improvements
This commit is contained in:
@@ -55,7 +55,7 @@ namespace ArchiSteamFarm.CustomPlugins.ExamplePlugin {
|
||||
private sealed class MeowResponse {
|
||||
#pragma warning disable 649
|
||||
[JsonProperty(PropertyName = "file", Required = Required.Always)]
|
||||
internal readonly string? Link;
|
||||
internal readonly string Link = "";
|
||||
#pragma warning restore 649
|
||||
|
||||
[JsonConstructor]
|
||||
|
||||
Reference in New Issue
Block a user