1#if PROTOCOL_VERSION < 764
8 class ClientboundAddPlayerPacket :
public BaseMessage<ClientboundAddPlayerPacket>
11 static constexpr std::string_view packet_name =
"Add Player";
20#if PROTOCOL_VERSION < 573
#define DECLARE_READ_WRITE_SERIALIZE
Define auto serializable utilities and declare ReadImpl, WriteImpl and SerializeImpl virtual function...
#define SERIALIZED_FIELD(Name,...)