LeviLamina
Loading...
Searching...
No Matches
CreativeItemCategory.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5enum class CreativeItemCategory : int {
6 All = 0,
7 Construction = 1,
8 Nature = 2,
9 Equipment = 3,
10 Items = 4,
11 ItemCommandOnly = 5,
12 Undefined = 6,
13 NumCategories = 7,
14};