This commit is contained in:
JustArchi
2019-04-04 12:22:08 +02:00
parent 2260ed48ab
commit 0abadc24a8

View File

@@ -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;