LeviLamina
Loading...
Searching...
No Matches
PruneType.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace SubChunkStorageUnit {
6
7enum class PruneType : int {
8 Normal = 0,
9 RemoveStaleBlocks = 1,
10};
11
12}