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