mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-13 23:20:37 +00:00
Closes #1180
This commit is contained in:
@@ -151,12 +151,15 @@ namespace ArchiSteamFarm {
|
||||
[PublicAPI]
|
||||
public ulong SteamID { get; private set; }
|
||||
|
||||
[PublicAPI]
|
||||
public uint WalletBalance { get; private set; }
|
||||
|
||||
[PublicAPI]
|
||||
public ECurrencyCode WalletCurrency { get; private set; }
|
||||
|
||||
internal bool PlayingBlocked { get; private set; }
|
||||
internal bool PlayingWasBlocked { get; private set; }
|
||||
|
||||
internal uint WalletBalance { get; private set; }
|
||||
internal ECurrencyCode WalletCurrency { get; private set; }
|
||||
|
||||
private string AuthCode;
|
||||
|
||||
[JsonProperty]
|
||||
@@ -173,7 +176,6 @@ namespace ArchiSteamFarm {
|
||||
private DateTime LastLogonSessionReplaced;
|
||||
private ulong LibraryLockedBySteamID;
|
||||
private ulong MasterChatGroupID;
|
||||
|
||||
private Timer PlayingWasBlockedTimer;
|
||||
private bool ReconnectOnUserInitiated;
|
||||
private Timer SendItemsTimer;
|
||||
|
||||
Reference in New Issue
Block a user