mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 22:20:52 +00:00
Closes #369
This commit is contained in:
@@ -59,7 +59,9 @@ namespace ArchiSteamFarm {
|
||||
internal bool HasMobileAuthenticator => BotDatabase.MobileAuthenticator != null;
|
||||
internal bool IsConnectedAndLoggedOn => SteamClient.IsConnected && (SteamClient.SteamID != null);
|
||||
internal bool IsPlayingPossible => !PlayingBlocked && (LibraryLockedBySteamID == 0);
|
||||
internal ulong SteamID => SteamClient.SteamID;
|
||||
|
||||
[JsonProperty]
|
||||
internal ulong SteamID => SteamClient.SteamID ?? 0;
|
||||
|
||||
private readonly BotDatabase BotDatabase;
|
||||
private readonly CallbackManager CallbackManager;
|
||||
@@ -81,7 +83,9 @@ namespace ArchiSteamFarm {
|
||||
private readonly SteamUser SteamUser;
|
||||
private readonly Trading Trading;
|
||||
|
||||
[JsonProperty]
|
||||
internal BotConfig BotConfig { get; private set; }
|
||||
|
||||
internal bool IsLimitedUser { get; private set; }
|
||||
|
||||
[JsonProperty]
|
||||
|
||||
Reference in New Issue
Block a user