10 namespace remote_base {
20 if (rhs.
wand_id != this->wand_id) {
23 return (this->wand_id == 0xffff || rhs.
wand_id == 0xffff || this->wand_id == rhs.
wand_id);
39 TEMPLATABLE_VALUE(uint32_t,
wand_id)
43 data.
magnitude = this->magnitude_.value(x...);
44 data.wand_id = this->wand_id_.value(x...);
bool operator==(const MagiQuestData &rhs) const
DECLARE_REMOTE_PROTOCOL(AEHA) template< typename... Ts > class AEHAAction
void encode(RemoteTransmitData *dst, const MagiQuestData &data) override