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