This commit is contained in:
JustArchi
2020-11-29 16:18:40 +01:00
parent 14f58d5aec
commit 8ff0ea1bb5

View File

@@ -29,7 +29,7 @@ namespace ArchiSteamFarm.Helpers {
public abstract class SerializableFile : IDisposable {
private readonly SemaphoreSlim FileSemaphore = new(1, 1);
protected string? FilePath { private get; set; }
protected string? FilePath { get; set; }
private bool ReadOnly;
private bool SavingScheduled;