LeviLamina
Loading...
Searching...
No Matches
ItemContextType.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5enum class ItemContextType : int {
6 None = 0,
7 BlockContainer = 1,
8 ActorContainer = 2,
9 ActorEquipment = 3,
10};