10 static constexpr std::string_view
packet_name =
"Player Input";
12#if PROTOCOL_VERSION < 768
29 THIS&
SetLeft (
const bool b) { Flags.set(2, b);
return *
this; }
31 THIS&
SetJump (
const bool b) { Flags.set(4, b);
return *
this; }
#define SERIALIZED_FIELD(Name,...)