LeviLamina
Loading...
Searching...
No Matches
StoreNavigationOrigin.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5enum class StoreNavigationOrigin : int {
6 SkinPicker = 0,
7 ResourcePacks = 1,
8 Store = 2,
9 WorldTemplates = 3,
10 PlayerMessaging = 4,
11 WorldLoad = 5,
12 Mashup = 6,
13 InWorld = 7,
14 Toast = 8,
15 PersonaDressingRoom = 9,
16 RealmsPlus = 10,
17 ProfileScreen = 11,
18 MarketplacePass = 12,
19 Count = 13,
20};