Botcraft 1.21.4
Loading...
Searching...
No Matches
KnownPack.hpp
Go to the documentation of this file.
1#if PROTOCOL_VERSION > 765 /* > 1.20.4 */
2#pragma once
3
4#include <string>
5
7
8namespace ProtocolCraft
9{
10 class KnownPack : public NetworkType
11 {
12 SERIALIZED_FIELD(Namespace, std::string);
13 SERIALIZED_FIELD(Id, std::string);
14 SERIALIZED_FIELD(Version, std::string);
15
17 };
18}
19#endif
SERIALIZED_FIELD(Version, std::string)
SERIALIZED_FIELD(Namespace, std::string)
SERIALIZED_FIELD(Id, std::string)