mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 14:10:53 +00:00
Make NowFarming property public
This commit is contained in:
@@ -142,9 +142,13 @@ public sealed class CardsFarmer : IAsyncDisposable, IDisposable {
|
||||
[JsonRequired]
|
||||
[PublicAPI]
|
||||
[Required]
|
||||
public bool Paused { get; private set; }
|
||||
public bool NowFarming { get; private set; }
|
||||
|
||||
internal bool NowFarming { get; private set; }
|
||||
[JsonInclude]
|
||||
[JsonRequired]
|
||||
[PublicAPI]
|
||||
[Required]
|
||||
public bool Paused { get; private set; }
|
||||
|
||||
private TaskCompletionSource<bool>? FarmingResetEvent;
|
||||
private bool ParsingScheduled;
|
||||
|
||||
Reference in New Issue
Block a user