copy arrows on transform (#4907)

This commit is contained in:
ebbit1q 2023-10-14 01:01:08 +02:00 committed by GitHub
parent 2bd0e58354
commit 6bf7c79891
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 49 additions and 0 deletions

View file

@ -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;