mirror of
https://github.com/JustArchiNET/ArchiSteamFarm
synced 2024-11-10 23:24:36 +00:00
Misc
This commit is contained in:
parent
aebf432fce
commit
a063d2f424
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue