mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 06:00:46 +00:00
Misc
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user