Botcraft 1.21.4
Loading...
Searching...
No Matches
DustParticleOptions.hpp
Go to the documentation of this file.
1#if PROTOCOL_VERSION > 392 /* > 1.12.2 */
2#pragma once
3
5
6#if PROTOCOL_VERSION < 768 /* < 1.21.2 */
7#include <array>
8#endif
9
10namespace ProtocolCraft
11{
13 {
14#if PROTOCOL_VERSION < 768 /* < 1.21.2 */
15 SERIALIZED_FIELD(Color, std::array<float, 3>);
16#else
18#endif
19 SERIALIZED_FIELD(Scale, float);
20
22 };
23}
24#endif
#define SERIALIZED_FIELD(Name,...)