mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 14:10:53 +00:00
Misc
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user