LeviLamina
Loading...
Searching...
No Matches
EventAction.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace sidebar {
6
7enum class EventAction : uint {
8 DrCapesTab = 0,
9 DrCategories = 1,
10 DrCategorySelection = 2,
11 DrEmotesTab = 3,
12 DrSkinsTab = 4,
13 DrSkinsOwned = 5,
14 DrSkinsRealmsPlus = 6,
15 DrSkinsUnowned = 7,
16 DrSubcategorySelection = 8,
17 MarketplaceInventory = 9,
18 OpenProfileScreen = 10,
19 RealmsPlusScreen = 11,
20 Realms10pSubscription = 12,
21 Realms2pSubscription = 13,
22 PageId = 14,
23 ProductId = 15,
24 PackId = 16,
25 Internal = 17,
26 External = 18,
27 MarketplacePassScreen = 19,
28 None = 20,
29 Count = 21,
30 Invalid = 4294967295,
31};
32
33}