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