Add json constructor attributes

This commit is contained in:
JustArchi
2019-01-11 01:02:58 +01:00
parent 4dca323726
commit b8d000bf13
9 changed files with 23 additions and 22 deletions

View File

@@ -58,6 +58,7 @@ namespace ArchiSteamFarm.CustomPlugins.ExamplePlugin {
internal readonly string Link;
#pragma warning restore 649
[JsonConstructor]
private MeowResponse() { }
}
}