Botcraft 26.2
Loading...
Searching...
No Matches
BannerPattern.hpp
Go to the documentation of this file.
1#if PROTOCOL_VERSION > 765 /* > 1.20.4 */
2#pragma once
5
6namespace ProtocolCraft
7{
8 namespace Components
9 {
11 {
13 SERIALIZED_FIELD(TranslationKey, std::string);
14
16 };
17 }
18}
19#endif
SERIALIZED_FIELD(TranslationKey, std::string)