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;