LeviLamina
Loading...
Searching...
No Matches
SortBy.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
catalog {
6
7
enum class
SortBy : uint {
8
Alphabetical = 0,
9
AverageRating = 1,
10
Price = 2,
11
StartDate = 3,
12
Relevance = 4,
13
Installed = 5,
14
};
15
16
}
src
mc
client
services
requests
catalog
SortBy.h
Generated on Sat Apr 26 2025 05:55:22 for LeviLamina by
1.12.0