Botcraft 1.21.4
Loading...
Searching...
No Matches
ServerboundConfigurationAcknowledgedPacket.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 ServerboundConfigurationAcknowledgedPacket : public BaseMessage<ServerboundConfigurationAcknowledgedPacket>
8 {
9 public:
10 static constexpr std::string_view packet_name = "Configuration Acknowledged";
11
13 };
14} //ProtocolCraft
15#endif