Botcraft 1.21.4
Loading...
Searching...
No Matches
enums.hpp
Go to the documentation of this file.
1#pragma once
2
3namespace ProtocolCraft
4{
5 enum class ConnectionState
6 {
7 None = -1,
8 Handshake = 0,
9 Status = 1,
10 Login = 2,
11 Play = 3,
12#if PROTOCOL_VERSION > 763 /* > 1.20.1 */
14#endif
15 };
16} // ProtocolCraft