This commit is contained in:
Łukasz Domeradzki
2025-02-09 21:15:24 +01:00
parent 62ce58e148
commit f33fda8313

View File

@@ -30,7 +30,7 @@ using SteamKit2.Internal;
namespace ArchiSteamFarm.IPC.Responses;
public sealed class BotInventoryResponse {
[Description("Inventory assetsr")]
[Description("Inventory assets")]
[JsonInclude]
public ImmutableHashSet<CEcon_Asset>? Assets { get; private init; }