Misc refactor

This commit is contained in:
Archi
2022-12-15 19:16:28 +01:00
parent 98ef37e722
commit 4e382732d9
14 changed files with 76 additions and 55 deletions

View File

@@ -20,13 +20,11 @@
// limitations under the License.
using System.Collections.Immutable;
using System.Diagnostics.CodeAnalysis;
using ArchiSteamFarm.IPC.Integration;
using Newtonsoft.Json;
namespace ArchiSteamFarm.OfficialPlugins.SteamTokenDumper;
[SuppressMessage("ReSharper", "ClassCannotBeInstantiated")]
public sealed class SteamTokenDumperConfig {
[JsonProperty(Required = Required.DisallowNull)]
public bool Enabled { get; internal set; }