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