LeviLamina
Loading...
Searching...
No Matches
StructurePoolElementType.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5enum class StructurePoolElementType : uchar {
6 Single = 0,
7 Feature = 1,
8 Empty = 2,
9};
Definition Feature.h:18