LeviLamina
Loading...
Searching...
No Matches
ProtocolVersion.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
CodeBuilder {
6
7
enum class
ProtocolVersion : uint {
8
V0_0_1 = 1,
9
V0_0_2 = 2,
10
V0_0_3 = 2,
11
V0_0_4 = 4,
12
V1_0_0 = 16777216,
13
V1_1_0 = 16842752,
14
V1_2_0 = 16908288,
15
V1_3_0 = 16973824,
16
V1_4_0 = 17039360,
17
V1_5_0 = 17104896,
18
};
19
20
}
src
mc
codebuilder
ProtocolVersion.h
Generated on Sat Apr 26 2025 05:55:23 for LeviLamina by
1.12.0