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
static ArrowData fromProto(const ServerInfo_Arrow &arrow, int creatorId, bool isLocalCreator)
Definition arrow_data.cpp:3
bool isPlayerTargeted() const
Definition arrow_data.h:24
QString targetZone
Definition arrow_data.h:18
int targetCardId
Definition arrow_data.h:19
int startCardId
Definition arrow_data.h:16
QString startZone
Definition arrow_data.h:15
QColor color
Definition arrow_data.h:20
int startPlayerId
Definition arrow_data.h:14
bool isLocalCreator
Definition arrow_data.h:12
int creatorId
Definition arrow_data.h:11
int targetPlayerId
Definition arrow_data.h:17