Botcraft 1.21.5
Loading...
Searching...
No Matches
ClientboundDisguisedChatPacket.hpp
Go to the documentation of this file.
1#if PROTOCOL_VERSION > 760 /* > 1.19.2 */
2#pragma once
3
7
8namespace ProtocolCraft
9{
10 class ClientboundDisguisedChatPacket : public BasePacket<ClientboundDisguisedChatPacket>
11 {
12 public:
13 static constexpr std::string_view packet_name = "Disguised Chat";
14
17
19 };
20} //ProtocolCraft
21#endif
SERIALIZED_FIELD(ChatType, ChatTypeBoundNetwork)