implement client side with static 4 phases

This commit is contained in:
ebbit1q 2025-09-20 00:29:22 +02:00
parent 9090bde6fd
commit e2a70bce09
3 changed files with 16 additions and 7 deletions

View file

@ -82,10 +82,11 @@ class ArrowDragItem : public ArrowItem
{
Q_OBJECT
private:
int deleteInPhase;
QList<ArrowDragItem *> childArrows;
public:
ArrowDragItem(Player *_owner, ArrowTarget *_startItem, const QColor &_color);
ArrowDragItem(Player *_owner, ArrowTarget *_startItem, const QColor &_color, int _deleteInPhase);
void addChildArrow(ArrowDragItem *childArrow);
protected: