LeviLamina
Loading...
Searching...
No Matches
HeightProviderType.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace SharedTypes::v1_21_20::HeightProviderHelper {
6
7enum class HeightProviderType : int {
8 Constant = 0,
9 Uniform = 1,
10};
11
12}