Botcraft 1.21.4
Loading...
Searching...
No Matches
GameProfileProperty.hpp
Go to the documentation of this file.
1#pragma once
2
4
5#include <string>
6
7namespace ProtocolCraft
8{
10 {
11 SERIALIZED_FIELD(Name, std::string);
12 SERIALIZED_FIELD(Value, std::string);
13 SERIALIZED_FIELD(Signature, std::optional<std::string>);
14
16 };
17} // ProtocolCraft
SERIALIZED_FIELD(Name, std::string)
SERIALIZED_FIELD(Signature, std::optional< std::string >)
SERIALIZED_FIELD(Value, std::string)