LeviLamina
Loading...
Searching...
No Matches
StructureBlockType.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5enum class StructureBlockType : int {
6 Data = 0,
7 Save = 1,
8 Load = 2,
9 Corner = 3,
10 Invalid = 4,
11 Export = 5,
12 Count = 6,
13};