Botcraft 26.2
Loading...
Searching...
No Matches
TrailParticleOption.hpp
Go to the documentation of this file.
1#if PROTOCOL_VERSION > 767 /* > 1.21.1 */
2#pragma once
3
5
6#include <array>
7
8namespace ProtocolCraft
9{
11 {
12 SERIALIZED_FIELD(Target, std::array<double, 3>);
13 SERIALIZED_FIELD(Color, int);
14
16 };
17}
18#endif
SERIALIZED_FIELD(Target, std::array< double, 3 >)