mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2025-12-19 15:58:39 +00:00
Add MatchEveryting trading preference
This commit is contained in:
@@ -57,7 +57,8 @@ namespace ConfigGenerator {
|
||||
internal enum ETradingPreferences : byte {
|
||||
None = 0,
|
||||
AcceptDonations = 1,
|
||||
SteamTradeMatcher = 2
|
||||
SteamTradeMatcher = 2,
|
||||
MatchEverything = 4
|
||||
}
|
||||
|
||||
[Category("\t\tCore")]
|
||||
|
||||
Reference in New Issue
Block a user