This commit is contained in:
Archi
2021-06-30 22:29:17 +02:00
parent a063d2f424
commit d7cbf0ced2

View File

@@ -124,9 +124,6 @@ namespace ArchiSteamFarm.Steam.Storage {
private const byte SteamTradeTokenLength = 8;
[PublicAPI]
public static readonly ImmutableHashSet<Asset.EType> AllowedCompleteTypesToSend = ImmutableHashSet.Create(Asset.EType.TradingCard, Asset.EType.FoilTradingCard);
[PublicAPI]
public static readonly ImmutableHashSet<Asset.EType> DefaultCompleteTypesToSend = ImmutableHashSet<Asset.EType>.Empty;