From 0abadc24a808b87b991112d55b2eaea11d2b2095 Mon Sep 17 00:00:00 2001 From: JustArchi Date: Thu, 4 Apr 2019 12:22:08 +0200 Subject: [PATCH] Closes #1180 --- ArchiSteamFarm/Bot.cs | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/ArchiSteamFarm/Bot.cs b/ArchiSteamFarm/Bot.cs index 542bb95d2..4caee0df3 100755 --- a/ArchiSteamFarm/Bot.cs +++ b/ArchiSteamFarm/Bot.cs @@ -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;