Botcraft 1.21.4
Loading...
Searching...
No Matches
ClientboundFinishConfigurationPacket.hpp
Go to the documentation of this file.
1#if PROTOCOL_VERSION > 763 /* > 1.20.1 */
2#pragma once
4
5namespace ProtocolCraft
6{
7 class ClientboundFinishConfigurationPacket : public BaseMessage<ClientboundFinishConfigurationPacket>
8 {
9 public:
10 static constexpr std::string_view packet_name = "Finish Configuration";
11
13 };
14} //ProtocolCraft
15#endif