Botcraft 1.21.4
Loading...
Searching...
No Matches
SignedMessageHeader.hpp
Go to the documentation of this file.
1#if PROTOCOL_VERSION > 759 /* > 1.19 */
2#pragma once
3
4#include <vector>
5
7
8namespace ProtocolCraft
9{
11 {
12 SERIALIZED_FIELD(PreviousSignature, std::optional<std::vector<unsigned char>>);
14
16 };
17} // ProtocolCraft
18#endif
SERIALIZED_FIELD(PreviousSignature, std::optional< std::vector< unsigned char > >)
std::array< unsigned char, 16 > UUID