mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-10 13:44:22 +00:00
Closes #3019
This commit is contained in:
@@ -29,6 +29,7 @@ using System.ComponentModel;
|
||||
using System.Globalization;
|
||||
using System.IO;
|
||||
using System.Linq;
|
||||
using System.Net;
|
||||
using System.Net.Http;
|
||||
using System.Security.Cryptography;
|
||||
using System.Text.RegularExpressions;
|
||||
@@ -134,6 +135,10 @@ public sealed class Bot : IAsyncDisposable, IDisposable {
|
||||
[PublicAPI]
|
||||
public bool IsPlayingPossible => !PlayingBlocked && !LibraryLocked;
|
||||
|
||||
[JsonProperty]
|
||||
[PublicAPI]
|
||||
public IPAddress? PublicIP => SteamClient.PublicIP;
|
||||
|
||||
[JsonIgnore]
|
||||
[PublicAPI]
|
||||
public SteamApps SteamApps { get; }
|
||||
|
||||
Reference in New Issue
Block a user