This website requires JavaScript.
Explore
Help
Sign In
spt
/
server
Watch
0
Star
0
Fork
0
You've already forked server
mirror of
https://github.com/sp-tarkov/server.git
synced
2025-02-13 09:50:43 -05:00
Code
server
/
project
/
src
/
models
/
enums
/
RagfairSort.ts
9 lines
124 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Apply Biome Formatting This is the result of running `npm run format` which applies the Biome formatting rules. Rejoice!
2024-07-23 11:12:53 -04:00
export
enum
RagfairSort
{
Add Repo
2023-03-03 15:23:46 +00:00
ID
=
0
,
Implement Ragfair sort by barter (!362) Not that anyone was clamoring for this, but I noticed it was missing. Reviewed-on: https://dev.sp-tarkov.com/SPT/Server/pulls/362 Co-authored-by: Tyfon <tyfon7@outlook.com> Co-committed-by: Tyfon <tyfon7@outlook.com>
2024-06-13 09:29:48 +00:00
BARTER
=
2
,
Add Repo
2023-03-03 15:23:46 +00:00
RATING
=
3
,
OFFER_TITLE
=
4
,
PRICE
=
5
,
Auto-formatting Sweep
2023-11-15 20:35:05 -05:00
EXPIRY
=
6
,
}
Copy Permalink