Skip to content

Commit

Permalink
Closes #3019
Browse files Browse the repository at this point in the history
  • Loading branch information
JustArchi committed Oct 2, 2023
1 parent 4f478d8 commit 714cc5a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ArchiSteamFarm/Steam/Bot.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
using System.Globalization;
using System.IO;
using System.Linq;
using System.Net;
using System.Net.Http;
using System.Security.Cryptography;
using System.Text.RegularExpressions;
Expand Down Expand Up @@ -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; }
Expand Down

0 comments on commit 714cc5a

Please sign in to comment.