Botcraft 1.21.4
Loading...
Searching...
No Matches
SaltSignature.hpp
Go to the documentation of this file.
1#if PROTOCOL_VERSION > 758 /* > 1.18.2 */
2#pragma once
3
5
6#include <vector>
7
8namespace ProtocolCraft
9{
11 {
12 SERIALIZED_FIELD(Salt, long long int);
13 SERIALIZED_FIELD(Signature, std::vector<unsigned char>);
14
16 };
17} // ProtocolCraft
18#endif
SERIALIZED_FIELD(Signature, std::vector< unsigned char >)
SERIALIZED_FIELD(Salt, long long int)