mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-12 09:04:53 -07:00
copy arrows on transform (#4907)
This commit is contained in:
parent
2bd0e58354
commit
6bf7c79891
2 changed files with 49 additions and 0 deletions
|
|
@ -25,10 +25,18 @@ public:
|
|||
{
|
||||
return startCard;
|
||||
}
|
||||
void setStartCard(Server_Card *startCard_)
|
||||
{
|
||||
startCard = startCard_;
|
||||
}
|
||||
Server_ArrowTarget *getTargetItem() const
|
||||
{
|
||||
return targetItem;
|
||||
}
|
||||
void setTargetItem(Server_ArrowTarget *targetItem_)
|
||||
{
|
||||
targetItem = targetItem_;
|
||||
}
|
||||
const color &getColor() const
|
||||
{
|
||||
return arrowColor;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue