From ec374c050ab28e65348c3466a885dcb8e6a16bba Mon Sep 17 00:00:00 2001 From: Archi Date: Mon, 18 Mar 2024 11:54:42 +0100 Subject: [PATCH] Misc --- ArchiSteamFarm/Steam/Data/Asset.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/ArchiSteamFarm/Steam/Data/Asset.cs b/ArchiSteamFarm/Steam/Data/Asset.cs index 96659cec6..dc8e80a83 100644 --- a/ArchiSteamFarm/Steam/Data/Asset.cs +++ b/ArchiSteamFarm/Steam/Data/Asset.cs @@ -93,7 +93,6 @@ public sealed class Asset { init => AssetID = value; } - [PublicAPI] public Asset(uint appID, ulong contextID, ulong classID, uint amount, InventoryDescription? description = null, ulong assetID = 0, ulong instanceID = 0) { ArgumentOutOfRangeException.ThrowIfZero(appID); ArgumentOutOfRangeException.ThrowIfZero(contextID);