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
108 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Add Repo
2023-03-03 15:23:46 +00:00
export
enum
RagfairSort
Auto-formatting Sweep
2023-11-15 20:35:05 -05:00
{
Add Repo
2023-03-03 15:23:46 +00:00
ID
=
0
,
RATING
=
3
,
OFFER_TITLE
=
4
,
PRICE
=
5
,
Auto-formatting Sweep
2023-11-15 20:35:05 -05:00
EXPIRY
=
6
,
}
Copy Permalink