Botcraft 1.21.5
Loading...
Searching...
No Matches
PaintingVariant.hpp
Go to the documentation of this file.
1#if PROTOCOL_VERSION > 769 /* > 1.21.4 */
2#pragma once
6
7#include <optional>
8
9namespace ProtocolCraft
10{
11 namespace Components
12 {
14 {
18 SERIALIZED_FIELD(Title, std::optional<Chat>);
19 SERIALIZED_FIELD(Author, std::optional<Chat>);
20
22 };
23 }
24}
25#endif
SERIALIZED_FIELD(Author, std::optional< Chat >)
SERIALIZED_FIELD(Title, std::optional< Chat >)