LeviLamina
Loading...
Searching...
No Matches
ClientBiomeComponentVersion.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5enum class ClientBiomeComponentVersion : int {
6 V1_21_40 = 0,
7 V1_21_70 = 1,
8 V1_21_80 = 2,
9 V1_21_100 = 3,
10 V1_21_110 = 4,
11 Count = 5,
12};