Botcraft 26.1.2
Loading...
Searching...
No Matches
SetGameRuleEntry.hpp
Go to the documentation of this file.
1#if PROTOCOL_VERSION > 774 /* > 1.21.11 */
2#pragma once
3
6
7#include <string>
8
9namespace ProtocolCraft
10{
12 {
14 SERIALIZED_FIELD(Value, std::string);
15
17 };
18}
19#endif
SERIALIZED_FIELD(GameRuleKey, Identifier)
SERIALIZED_FIELD(Value, std::string)