LeviLamina
Loading...
Searching...
No Matches
ScriptPlayerInventoryType.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace ScriptModuleMinecraft {
6
7enum class ScriptPlayerInventoryType : int {
8 Inventory = -1,
9 Hotbar = -2,
10};
11
12}
Definition Inventory.h:13