This commit is contained in:
EmosewaMC
2022-03-27 20:04:45 -07:00
parent 66b7c6522e
commit 0a7fd6f79a
2 changed files with 65 additions and 38 deletions

View File

@@ -84,4 +84,11 @@ private:
* The base map ID for this property (Avant Grove, etc).
*/
LWOMAPID m_MapID;
enum ePropertySortType : int32_t {
SORT_TYPE_FRIENDS = 0,
SORT_TYPE_REPUTATION = 1,
SORT_TYPE_RECENT = 3,
SORT_TYPE_FEATURED = 5
};
};