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