LeviLamina
Loading...
Searching...
No Matches
TradeContainerSlot.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5enum class TradeContainerSlot : int {
6 ItemASlot = 0,
7 ItemBSlot = 1,
8 SellSlot = 2,
9 MaxSlots = 3,
10};