LeviLamina
Loading...
Searching...
No Matches
InventoryLeftTabPocketIndex.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5enum class InventoryLeftTabPocketIndex : int {
6 None = 0,
7 Survival = 1,
8 RecipeNature = 2,
9 RecipeItems = 3,
10 RecipeEquipment = 4,
11 RecipeConstruction = 5,
12 RecipeSearch = 6,
13 Count = 7,
14};