Botcraft 1.21.4
Loading...
Searching...
No Matches
ClientboundKeepAlivePacket.hpp
Go to the documentation of this file.
1#pragma once
2
4
5namespace ProtocolCraft
6{
7 class ClientboundKeepAlivePacket : public BaseMessage<ClientboundKeepAlivePacket>
8 {
9 public:
10 static constexpr std::string_view packet_name = "Keep Alive";
11
12 SERIALIZED_FIELD(Id_, long long int);
13
15 };
16} //ProtocolCraft