This commit is contained in:
Łukasz Domeradzki
2024-09-30 22:49:03 +02:00
parent ae0704e2bb
commit 1e3461918e

View File

@@ -55,7 +55,10 @@ public sealed class ArchiWebHandler : IDisposable {
internal const ushort MaxItemsInSingleInventoryRequest = 5000;
private const string EconService = "IEconService";
[Obsolete]
private const string LoyaltyRewardsService = "ILoyaltyRewardsService";
private const byte MaxTradeOfferMessageLength = 128;
private const byte MinimumSessionValidityInSeconds = 10;
private const byte SessionIDLength = 24; // For maximum compatibility, should be divisible by 2 and match the length of "sessionid" property that Steam uses across their websites