Botcraft 1.21.4
Loading...
Searching...
No Matches
ServerboundCookieResponsePacket.hpp
Go to the documentation of this file.
1#if PROTOCOL_VERSION > 765 /* > 1.20.4 */
2#pragma once
3
6
7#include <optional>
8#include <vector>
9
10namespace ProtocolCraft
11{
12 class ServerboundCookieResponsePacket : public BaseMessage<ServerboundCookieResponsePacket>
13 {
14 public:
15 static constexpr std::string_view packet_name = "Cookie Response";
16
19
21 };
22} // ProtocolCraft
23#endif
SERIALIZED_FIELD(Payload, std::optional< Internal::Vector< unsigned char, void, 0 > >)