1#ifndef COCKATRICE_ARROW_DATA_H
2#define COCKATRICE_ARROW_DATA_H
6#include <libcockatrice/protocol/pb/serverinfo_arrow.pb.h>
Definition arrow_data.h:10
bool isPlayerTargeted() const
Definition arrow_data.h:22
QString targetZone
Definition arrow_data.h:16
int targetCardId
Definition arrow_data.h:17
static ArrowData fromProto(const ServerInfo_Arrow &arrow)
Definition arrow_data.cpp:3
int startCardId
Definition arrow_data.h:14
QString startZone
Definition arrow_data.h:13
QColor color
Definition arrow_data.h:18
int id
Definition arrow_data.h:11
int startPlayerId
Definition arrow_data.h:12
int targetPlayerId
Definition arrow_data.h:15