LeviLamina
Loading...
Searching...
No Matches
StoreInventoryScreenController.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // StoreInventoryScreenController inner types declare
8 // clang-format off
9 struct CategoryInfo;
10 struct TabInfo;
11 // clang-format on
12
13 // StoreInventoryScreenController inner types define
14 enum class PackCategory : int {
15 Skins = 0,
16 Worlds = 1,
17 Textures = 2,
18 Mashups = 3,
19 Addons = 4,
20 Total = 5,
21 All = 6,
22 None = 7,
23 };
24
25 struct CategoryInfo {};
26
27 struct TabInfo {};
28};
Definition StoreInventoryScreenController.h:5
Definition StoreInventoryScreenController.h:16
Definition StoreInventoryScreenController.h:18