LeviLamina
Loading...
Searching...
No Matches
StructureBoundingBoxType.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace br::worldgen {
6
7enum class StructureBoundingBoxType : uchar {
8 Structure = 0,
9 Piece = 1,
10};
11
12}