LeviLamina
Loading...
Searching...
No Matches
ItemTransferType.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5enum class ItemTransferType : int {
6 Take = 0,
7 Place = 1,
8 AddToExisting = 2,
9};