LeviLamina
Loading...
Searching...
No Matches
InventoryRightTabIndex.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5enum class InventoryRightTabIndex : int {
6 None = 0,
7 FullScreen = 1,
8 Crafting = 2,
9 Armor = 3,
10 Count = 4,
11};