mirror of
https://github.com/JustArchiNET/ArchiSteamFarm
synced 2024-11-10 07:04:27 +00:00
b8fe02e2b6
* Limit items to send when looting full sets * Add test for item limit when looting full sets * Fix small mistakes * Change another type to byte * And another one * Add test to verify that the amount of appIDs does not matter in limiting the amount of items * Add maxItems parameter to GetFullItemSets * Test for exception with too small parameter value * Let's get the finishing touches on that PR :'<,'>s/byte/ushort/g * Use named const instead of hard-coded magic number * Fix the last remaining typecast (hopefully) * Send as many sets as possible and Add test for this and Check values of amountsToExtract as it is part of the public API * Remove check for minimum items per set. Plugins could still use this with smaller sets on non-steam items * Correct force of habit to match the projects code-style |
||
---|---|---|
.. | ||
ArchiSteamFarm.Tests.csproj | ||
AssemblyInfo.cs | ||
Bot.cs | ||
Trading.cs |