This commit is contained in:
Archi 2021-06-30 22:26:25 +02:00
parent aebf432fce
commit a063d2f424
No known key found for this signature in database
GPG key ID: 6B138B4C64555AEA

View file

@ -158,7 +158,7 @@ namespace ArchiSteamFarm.Steam.Storage {
public EBotBehaviour BotBehaviour { get; private set; } = DefaultBotBehaviour;
[JsonProperty(Required = Required.DisallowNull)]
[SwaggerValidValues(ValidIntValues = new[] { (int) Asset.EType.TradingCard, (int) Asset.EType.FoilTradingCard })]
[SwaggerValidValues(ValidIntValues = new[] { (int) Asset.EType.FoilTradingCard, (int) Asset.EType.TradingCard })]
public ImmutableHashSet<Asset.EType> CompleteTypesToSend { get; private set; } = DefaultCompleteTypesToSend;
[JsonProperty]